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