1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00

remove unused things

This commit is contained in:
Keviin Åberg Kultalahti 2021-02-23 15:20:24 +01:00
parent f8adb6429c
commit 2f749c49d5
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">