fix: hot fix for modal creation

This commit is contained in:
Nevo David 2025-12-29 09:36:00 +07:00
parent 6729de4563
commit 0e5d6f8826
1 changed files with 1 additions and 0 deletions

View File

@ -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()