fix: hot fix for modal creation
This commit is contained in:
parent
6729de4563
commit
0e5d6f8826
|
|
@ -20,6 +20,7 @@ import { useFetch } from '@gitroom/helpers/utils/custom.fetch';
|
|||
import useSWR from 'swr';
|
||||
import { InternalChannels } from '@gitroom/frontend/components/launches/internal.channels';
|
||||
import { createPortal } from 'react-dom';
|
||||
import clsx from 'clsx';
|
||||
|
||||
class Empty {
|
||||
@IsOptional()
|
||||
|
|
|
|||
Loading…
Reference in New Issue