refactor(web/alert): alert dialog mantine rewrite

This commit is contained in:
Luke
2022-12-16 12:27:15 +01:00
parent 1893b66014
commit f24e43a1a4
4 changed files with 42 additions and 42 deletions

View File

@@ -10,10 +10,10 @@ export const debugAlert = () => {
content: 'General kenobi \n Markdown works',
centered: true,
cancel: true,
labels: {
confirm: 'Ok',
cancel: 'Not ok',
},
// labels: {
// confirm: 'Ok',
// cancel: 'Not ok',
// },
},
},
]);