fix build error
This commit is contained in:
@@ -20,7 +20,7 @@ interface NotifyProviderProps {
|
||||
}
|
||||
|
||||
export const NotifyProvider = ({ children }: NotifyProviderProps) => {
|
||||
const [notify, dispatchNotify] = useReducer(notifyReducer, {});
|
||||
const [notify, dispatchNotify] = useReducer(notifyReducer, {} as SettingsModel<NotifyChannels>);
|
||||
|
||||
useEffect(() => {
|
||||
featchData();
|
||||
|
||||
Reference in New Issue
Block a user