fix: temporary helper error

This commit is contained in:
QiShaoXuan
2023-01-06 16:01:12 +08:00
parent 03419fc27a
commit 0346b22bdd
11 changed files with 200 additions and 137 deletions
@@ -3,7 +3,7 @@ import { Modal, ModalWrapper, ModalCloseButton } from '@/ui/modal';
import { Button } from '@/ui/button';
import { useState } from 'react';
import Input from '@/ui/input';
import useTemporaryHelper from '@/hooks/use-temporary-helper';
import { useTemporaryHelper } from '@/providers/temporary-helper-provider';
interface ICloseParams {
workspaceId?: string;
}