remove users list option
This commit is contained in:
parent
7cba4d3fb2
commit
a9db61fdc2
|
@ -106,7 +106,7 @@
|
||||||
<Select
|
<Select
|
||||||
on:change={onChangeTable}
|
on:change={onChangeTable}
|
||||||
value={value.tableId}
|
value={value.tableId}
|
||||||
options={$tables.list}
|
options={$tables.list.filter(table => table._id !== "ta_users")}
|
||||||
getOptionLabel={table => table.name}
|
getOptionLabel={table => table.name}
|
||||||
getOptionValue={table => table._id}
|
getOptionValue={table => table._id}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue