Update modals.ts

pull/5677/head
viktorking7 2 weeks ago committed by GitHub
parent fdee2172de
commit 9fa033a130
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      libs/remix-ui/app/src/lib/remix-app/actions/modals.ts

@ -14,7 +14,7 @@ type ActionMap<M extends { [index: string]: any }> = {
export const enum modalActionTypes {
setModal = 'SET_MODAL',
setToast = 'SET_TOAST',
processQueue = 'PROCESS_QUEUEU',
processQueue = 'PROCESS_QUEUE',
handleHideModal = 'HANDLE_HIDE_MODAL',
handleToaster = 'HANDLE_HIDE_TOAST'
}

Loading…
Cancel
Save