mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 15:06:02 +01:00
refactor(web/alert): alert dialog mantine rewrite
This commit is contained in:
@@ -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',
|
||||
// },
|
||||
},
|
||||
},
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user