Skip to content

Commit

Permalink
fix: remove console.log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
amosmachora committed Nov 19, 2024
1 parent 4c9a9e7 commit cc30481
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ const BedTagAdministrationSchema = z.object({
});

const NewTagForm: React.FC<BedTagFormProps> = ({ closeModal, mutate }) => {
console.log('close-modal', closeModal);
const { t } = useTranslation();
const [showErrorNotification, setShowErrorNotification] = useState(false);
const [formStateError, setFormStateError] = useState('');
Expand Down

0 comments on commit cc30481

Please sign in to comment.