mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
feat(web/alert): new options for alert dialog (#213)
This commit is contained in:
committed by
GitHub
parent
8a7e0f89d2
commit
db4a75dfbc
@@ -9,6 +9,8 @@ export const debugAlert = () => {
|
||||
header: 'Hello there',
|
||||
content: 'General kenobi \n Markdown works',
|
||||
centered: true,
|
||||
size: 'lg',
|
||||
overflow: true,
|
||||
cancel: true,
|
||||
// labels: {
|
||||
// confirm: 'Ok',
|
||||
|
||||
Reference in New Issue
Block a user