mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-19 16:06:02 +01:00
feat(web/context): disabled buttons
This commit is contained in:
@@ -7,7 +7,7 @@ import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
|
||||
import { fetchNui } from '../../../utils/fetchNui';
|
||||
|
||||
const openMenu = (id: string | undefined) => {
|
||||
fetchNui<ContextMenuProps>('openContext', {id: id, back: true});
|
||||
fetchNui<ContextMenuProps>('openContext', { id: id, back: true });
|
||||
};
|
||||
|
||||
const ContextMenu: React.FC = () => {
|
||||
|
||||
Reference in New Issue
Block a user