1
0
Fork 0
mirror of synced 2024-07-03 13:30:46 +12:00

Remove obsolete code from log out button action component

This commit is contained in:
Andrew Kingston 2021-03-01 14:56:30 +00:00
parent 78865ddef4
commit 5b00041fee

View file

@ -1,13 +1,3 @@
<script>
import { getBindableProperties } from "builderStore/dataBinding"
import { currentAsset, store } from "builderStore"
export let parameters
let bindingDrawer
$: bindings = getBindableProperties($currentAsset, $store.selectedComponentId)
</script>
<div class="root">This action doesn't require any additional settings.</div>
<style>