1
0
Fork 0
mirror of synced 2024-06-26 10:00:41 +12:00

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

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