Fix lint
This commit is contained in:
parent
f0594c63d5
commit
007157d5ba
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
const [resizable, resizableHandle] = getHorizontalResizeActions()
|
const [resizable, resizableHandle] = getHorizontalResizeActions()
|
||||||
|
|
||||||
enum Tabs {
|
const Tabs = {
|
||||||
Components = "Components",
|
Components: "Components",
|
||||||
Bindings = "Bindings",
|
Bindings: "Bindings",
|
||||||
State = "State",
|
State: "State",
|
||||||
}
|
}
|
||||||
|
|
||||||
let activeTab = Tabs.Components
|
let activeTab = Tabs.Components
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
<script>
|
<script>
|
||||||
import { ActionButton, Modal, ModalContent } from "@budibase/bbui"
|
import { ActionButton, Modal, ModalContent } from "@budibase/bbui"
|
||||||
|
|
||||||
let visible = false
|
|
||||||
let modal
|
let modal
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue