import _ from 'lodash"
Missed the import for the `_` from Lodash.
This commit is contained in:
parent
8550b7a34d
commit
1c83caafc0
|
@ -5,6 +5,7 @@
|
|||
import NavItem from "components/common/NavItem.svelte"
|
||||
import EditAutomationPopover from "./EditAutomationPopover.svelte"
|
||||
import { notifications } from "@budibase/bbui"
|
||||
import _ from 'lodash'
|
||||
|
||||
$: selectedAutomationId = $automationStore.selectedAutomation?.automation?._id
|
||||
|
||||
|
|
Loading…
Reference in New Issue