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