mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 15:06:02 +01:00
fix(web/menu): fix button tooltip not displaying on side scroll button
This commit is contained in:
@@ -18,12 +18,9 @@ export const debugMenu = () => {
|
||||
},
|
||||
{
|
||||
label: 'Vehicle class',
|
||||
values: [
|
||||
{ label: 'nice', description: 'description 1' },
|
||||
{ label: 'even nicer', description: 'description 2' },
|
||||
'pogchamp',
|
||||
],
|
||||
values: ['pogchamp', 'nice champ', { label: 'POGGERS', description: 'CHAMPPERS' }],
|
||||
icon: 'tag',
|
||||
description: 'Side scroll general description',
|
||||
},
|
||||
{ label: 'Option 1' },
|
||||
{ label: 'Option 2' },
|
||||
|
||||
Reference in New Issue
Block a user