feat: add create board modal (#131)

This commit is contained in:
Manuel
2024-02-18 15:44:49 +01:00
committed by GitHub
parent f1aa422614
commit e3e38e7f44
5 changed files with 110 additions and 12 deletions

View File

@@ -384,6 +384,15 @@ export default {
create: "Create board",
delete: "Delete board",
},
modal: {
createBoard: {
field: {
name: {
label: 'Name'
}
}
}
}
},
},
},