There was an error while loading. Please reload this page.
1 parent a06f7e6 commit 0bf6d75Copy full SHA for 0bf6d75
1 file changed
packages/app-builder/src/components/Cases/AddComment.tsx
@@ -16,7 +16,7 @@ import { Icon } from 'ui-icons';
16
export function AddComment({ caseId }: { caseId: string }) {
17
const { t } = useTranslation(casesI18n);
18
const addCommentMutation = useAddCommentMutation();
19
- const revalidate = useLoaderRevalidator;
+ const revalidate = useLoaderRevalidator();
20
21
const form = useForm({
22
defaultValues: { caseId, comment: '', files: [] } as AddCommentPayload,
0 commit comments