mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
fix(web): resolve build errors
This commit is contained in:
@@ -155,7 +155,7 @@ const InputDialog: React.FC = () => {
|
|||||||
<Button
|
<Button
|
||||||
uppercase
|
uppercase
|
||||||
variant="default"
|
variant="default"
|
||||||
onClick={handleClose}
|
onClick={() => handleClose()}
|
||||||
mr={3}
|
mr={3}
|
||||||
disabled={fields.options?.allowCancel === false}
|
disabled={fields.options?.allowCancel === false}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user