Browse Source

Merge branch 'dev-experience' of github.com:Budibase/budibase into dev-experience

pull/4023/head
mike12345567 5 years ago
parent
commit
45a63fe8c3
  1. 1
      packages/bbui/package.json
  2. 1
      packages/builder/src/components/automation/AutomationPanel/CreateAutomationModal.svelte

1
packages/bbui/package.json

@ -12,6 +12,7 @@
"./dist/style.css": "./dist/style.css"
},
"scripts": {
"dev:builder": "vite build",
"build": "vite build"
},
"devDependencies": {

1
packages/builder/src/components/automation/AutomationPanel/CreateAutomationModal.svelte

@ -1,6 +1,7 @@
<script>
import { goto } from "@roxi/routify"
import { database } from "stores/backend"
import { automationStore } from "builderStore"
import { notifier } from "builderStore/store/notifications"
import { Input, ModalContent } from "@budibase/bbui"
import analytics from "analytics"

Loading…
Cancel
Save