Update createRecordModal.svelte

This commit is contained in:
Harsh Mahajan
2026-03-30 17:50:49 +05:30
committed by GitHub
parent d7ee5ce007
commit 7b4cbcfc23
@@ -12,7 +12,7 @@
import { addNotification } from '$lib/stores/notifications';
import { Submit, trackError, trackEvent } from '$lib/actions/analytics';
import {
BODY_TOOLTIP_WRAPPER_STYLE
BODY_TOOLTIP_WRAPPER_STYLE_PRELINE
} from '$lib/helpers/tooltipContent';
import { page } from '$app/state';
import { recordTypes } from './store';