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 72ff3cc957
commit b7dd32e7c1
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