Removed asterix from section header
This commit is contained in:
parent
24eff350a3
commit
e7963c64e6
|
@ -35,10 +35,7 @@
|
|||
} set`
|
||||
</script>
|
||||
|
||||
<DetailSummary
|
||||
name={`Conditions${conditionCount ? " *" : ""}`}
|
||||
collapsible={false}
|
||||
>
|
||||
<DetailSummary name={"Conditions"} collapsible={false}>
|
||||
<div class="conditionCount">{conditionText}</div>
|
||||
<div>
|
||||
<ActionButton on:click={openDrawer}>Configure conditions</ActionButton>
|
||||
|
|
Loading…
Reference in New Issue