Skip to content

Commit

Permalink
chore: Move useOnUnmount to dataModelling (#13911)
Browse files Browse the repository at this point in the history
Co-authored-by: David Ovrelid <46874830+framitdavid@users.noreply.github.com>
  • Loading branch information
wrt95 and framitdavid authored Oct 25, 2024
1 parent a9abeed commit 239d06f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { SchemaEditorApp } from '@altinn/schema-editor/SchemaEditorApp';
import { useTranslation } from 'react-i18next';
import { AUTOSAVE_DEBOUNCE_INTERVAL_MILLISECONDS } from 'app-shared/constants';
import type { JsonSchema } from 'app-shared/types/JsonSchema';
import { useOnUnmount } from 'app-shared/hooks/useOnUnmount';
import { useOnUnmount } from '../hooks/useOnUnmount';
import type {
DataModelMetadataJson,
DataModelMetadataXsd,
Expand Down

0 comments on commit 239d06f

Please sign in to comment.