fix enum field causing issues when created in modal + changed data empty button text/target

This commit is contained in:
dswbx
2024-11-18 16:42:27 +01:00
parent 95ea2c8919
commit 4fd315da98
4 changed files with 6 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ registries.media.add("local", {
const connection = new LibsqlConnection(
createClient({
url: "file:.db/show.db"
url: "file:.db/new.db"
})
);