fix: repair docker build and apply migrations
This commit is contained in:
@@ -3,7 +3,7 @@ import type { TableColumn } from "@nuxt/ui";
|
||||
|
||||
const UBadge = resolveComponent("UBadge");
|
||||
|
||||
const props = defineProps<{
|
||||
defineProps<{
|
||||
data: Link[];
|
||||
status: "pending" | "idle" | "success" | "error";
|
||||
}>();
|
||||
|
||||
Reference in New Issue
Block a user