remove unused things

This commit is contained in:
Keviin Åberg Kultalahti 2021-02-23 15:20:24 +01:00
parent 2d80208282
commit 0388675f27
2 changed files with 0 additions and 5 deletions

View File

@ -9,7 +9,6 @@
$: instanceId = $backendUiStore.selectedDatabase._id
$: automation = $automationStore.selectedAutomation?.automation
$: name = automation?.name ?? ""
$: automationLive = automation?.live
function setAutomationLive(live) {

View File

@ -54,10 +54,6 @@
dispatch("update", originalValue)
bindingDrawer.close()
}
function updateValue({ detail }) {
value = detail.value
}
</script>
<div class="drawer-contents">