import _ from 'lodash"

Missed the import for the `_` from Lodash.
This commit is contained in:
R2bEEaton 2022-09-01 06:29:38 -04:00 committed by GitHub
parent 8550b7a34d
commit 1c83caafc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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