Skip to content

Commit

Permalink
Fixed import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Jun 9, 2021
1 parent 9809dcd commit 52f3f6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/src/app/metadata/domain/source/SourceDefinition.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { defaults } from 'lodash';
import { merge } from 'lodash/merge';
import { toNumber} from 'lodash/toNumber';
import defaults from 'lodash/defaults';
import merge from 'lodash/merge';
import toNumber from 'lodash/toNumber';
import defaultsDeep from 'lodash/defaultsDeep';
import API_BASE_PATH from '../../../App.constant';
import {removeNull} from '../../../core/utility/remove_null';
Expand Down

0 comments on commit 52f3f6c

Please sign in to comment.