[835] Auto-save in new Item Submission form breaks the form

Fixed unused imports.
This commit is contained in:
Alessandro Martelli
2020-12-03 11:06:38 +01:00
parent de372896e7
commit 0794c50d19
2 changed files with 2 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ import { ScrollToConfigOptions, ScrollToService } from '@nicky-lenaers/ngx-scrol
import { isEqual } from 'lodash';
import { SubmissionState } from '../submission.reducers';
import { hasValue, isEmpty, isNotEmpty, isNotNull, isNotUndefined } from '../../shared/empty.util';
import { hasValue, isEmpty, isNotEmpty, isNotUndefined } from '../../shared/empty.util';
import {
DisableSectionAction,
EnableSectionAction,