Skip to content

Commit d7ee5ce

Browse files
authored
Update createRecordModal.svelte
1 parent 57a27a0 commit d7ee5ce

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/routes/(console)/organization-[organization]/domains/domain-[domain]/createRecordModal.svelte

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
import { IconInfo } from '@appwrite.io/pink-icons-svelte';
1212
import { addNotification } from '$lib/stores/notifications';
1313
import { Submit, trackError, trackEvent } from '$lib/actions/analytics';
14+
import {
15+
BODY_TOOLTIP_WRAPPER_STYLE
16+
} from '$lib/helpers/tooltipContent';
1417
import { page } from '$app/state';
1518
import { recordTypes } from './store';
1619
import { Dependencies } from '$lib/constants';

0 commit comments

Comments
 (0)