mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-02 12:48:45 -05:00
refactor: modal redesign and fix for transitions (#2987)
This commit is contained in:
@@ -14,7 +14,9 @@ import { useToasts } from 'react-toast-notifications';
|
||||
import useSWR from 'swr';
|
||||
import * as Yup from 'yup';
|
||||
|
||||
const JSONEditor = dynamic(() => import('../../../JSONEditor'), { ssr: false });
|
||||
const JSONEditor = dynamic(() => import('@app/components/JSONEditor'), {
|
||||
ssr: false,
|
||||
});
|
||||
|
||||
const defaultPayload = {
|
||||
notification_type: '{{notification_type}}',
|
||||
|
||||
Reference in New Issue
Block a user