Remove obsolete code from log out button action component
This commit is contained in:
parent
78865ddef4
commit
5b00041fee
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue