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

@@ -1,7 +1,7 @@
import { readFile } from "node:fs/promises";
import { serveStatic } from "@hono/node-server/serve-static";
import type { BkndConfig } from "bknd";
import { App } from "../../App";
import type { BkndConfig } from "../index";
async function getHtml() {
return readFile("index.html", "utf8");