Merge pull request #12472 from Budibase/fix/automations-query-user-table-fix
Allow querying of users table from automation
This commit is contained in:
commit
f2bf63101c
|
@ -22,7 +22,7 @@
|
|||
<Select
|
||||
on:change={onChange}
|
||||
bind:value
|
||||
options={filteredTables.filter(table => table._id !== TableNames.USERS)}
|
||||
options={filteredTables}
|
||||
getOptionLabel={table => table.name}
|
||||
getOptionValue={table => table._id}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue