feat: Add getDomain, activeActions, and fieldString attributes to the sequence field in the custom popover.
This commit is contained in:
parent
e6023eb2d8
commit
18faa8a78f
@ -13,6 +13,9 @@
|
||||
value="state.sequence_value"
|
||||
update="(val) => this.onChangeSequence(val)"
|
||||
placeholder="'Select a sequence'"
|
||||
getDomain="() => []"
|
||||
activeActions="{}"
|
||||
fieldString="'Sequence'"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user