remove unused things
This commit is contained in:
parent
2d80208282
commit
0388675f27
|
@ -9,7 +9,6 @@
|
|||
|
||||
$: instanceId = $backendUiStore.selectedDatabase._id
|
||||
$: automation = $automationStore.selectedAutomation?.automation
|
||||
$: name = automation?.name ?? ""
|
||||
$: automationLive = automation?.live
|
||||
|
||||
function setAutomationLive(live) {
|
||||
|
|
|
@ -54,10 +54,6 @@
|
|||
dispatch("update", originalValue)
|
||||
bindingDrawer.close()
|
||||
}
|
||||
|
||||
function updateValue({ detail }) {
|
||||
value = detail.value
|
||||
}
|
||||
</script>
|
||||
|
||||
<div class="drawer-contents">
|
||||
|
|
Loading…
Reference in New Issue