Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 authored and Aniket-Engg committed Oct 7, 2024
1 parent 9f31ab2 commit f97ddbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/remix-ui/app/src/lib/remix-app/context/provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export const ModalProvider = ({ children = [], reducer = modalReducer, initialSt

const modal = (modalData: AppModal) => {
const { id, title, message, validationFn, okLabel, okFn, cancelLabel, cancelFn, modalType, modalParentClass, defaultValue, hideFn, data, preventBlur } = modalData
console.log('modalData', modalData)
return new Promise((resolve, reject) => {
dispatch({
type: modalActionTypes.setModal,
Expand Down

0 comments on commit f97ddbb

Please sign in to comment.