Skip to content

Commit 7c13dd2

Browse files
authored
Merge pull request #250 from mbrodala/patch-1
Properly import SubmissionError
2 parents 8dafb0b + df7b0f0 commit 7c13dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/vue/utils/fetch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { isArray, isObject, isUndefined, forEach } from 'lodash';
22
import { ENTRYPOINT } from '../config/entrypoint';
3-
import { SubmissionError } from '../error/SubmissionError';
3+
import SubmissionError from '../error/SubmissionError';
44

55
const MIME_TYPE = 'application/ld+json';
66

0 commit comments

Comments
 (0)