mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
feat(web/alert): allow defining alert dialog button labels
This commit is contained in:
@@ -10,6 +10,10 @@ export const debugAlert = () => {
|
||||
content: 'General kenobi \n Markdown works',
|
||||
centered: true,
|
||||
cancel: true,
|
||||
labels: {
|
||||
confirm: 'Ok',
|
||||
cancel: 'Not ok',
|
||||
},
|
||||
},
|
||||
},
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user