feat(migration): dashboard migrated over
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user