Skip to content

Commit 7684604

Browse files
authored
Fix missing lodash on Dump screen (#1628)
* Fix missing lodash on Dump screen fixes #1627 Signed-off-by: Mior Muhammad Zaki <[email protected]> * Compile Assets --------- Signed-off-by: Mior Muhammad Zaki <[email protected]> Co-authored-by: crynobone <[email protected]>
1 parent 661acd7 commit 7684604

File tree

2 files changed

+61
-60
lines changed

2 files changed

+61
-60
lines changed

dist/app.js

Lines changed: 60 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/js/screens/dumps/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<script type="text/ecmascript-6">
2+
import _ from 'lodash';
23
import axios from 'axios';
34
import sfdump from './sfdump';
45

0 commit comments

Comments
 (0)