mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-21 14:47:46 -04:00
fix: cancel not work (#8503)
This commit is contained in:
@@ -134,7 +134,6 @@ export const AddRequestToCollectionModal: FC<AddRequestModalProps> = ({ onHide }
|
||||
<ModalFooter>
|
||||
<div>
|
||||
<button
|
||||
disabled={isBtnDisabled}
|
||||
type="button"
|
||||
onClick={onHide as MouseEventHandler<HTMLButtonElement>}
|
||||
className="btn btn--no-background"
|
||||
|
||||
Reference in New Issue
Block a user