1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

Merge branch 'master' into fix/correct-ingress-healthchecks

This commit is contained in:
Christos Alexiou 2023-11-30 11:34:02 +02:00 committed by GitHub
commit 9971cc261e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{
"version": "2.13.20",
"version": "2.13.21",
"npmClient": "yarn",
"packages": [
"packages/*"

View file

@ -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}
/>