V4.6.6-1 (#656)
This commit is contained in:
@@ -94,7 +94,7 @@ export const useConfirm = (props?: {
|
||||
<ModalFooter>
|
||||
{showCancel && (
|
||||
<Button
|
||||
variant={'base'}
|
||||
variant={'whiteBase'}
|
||||
onClick={() => {
|
||||
onClose();
|
||||
typeof cancelCb.current === 'function' && cancelCb.current();
|
||||
|
||||
Reference in New Issue
Block a user