feat(migration): dashboard migrated over

This commit is contained in:
2025-10-26 09:47:47 -05:00
parent 70a2ff5e84
commit 2206a4d4ba
6 changed files with 70 additions and 51 deletions

View File

@@ -17,7 +17,7 @@ export default function Cards(card: any) {
active: existing[0]?.active ?? false,
},
onSubmit: async ({ value }) => {
console.log(value);
//console.log(value);
const testCard: any = cards.filter((i: any) => i.name === value.name);
if (value.active) {