FIX: Add value button
This commit is contained in:
@@ -17,8 +17,9 @@
|
||||
</draggable>
|
||||
<button
|
||||
class="flex flex-1 items-center justify-center rounded-lg border border-zinc-800 bg-zinc-900/50 p-2 text-sm text-muted-foreground hover:bg-zinc-800 hover:text-zinc-200"
|
||||
@click="deviceStore.addKnobValue"
|
||||
>
|
||||
<Plus class="mr-2" @click="deviceStore.addKnobValue" /> Add a value
|
||||
<Plus class="mr-2" /> Add a value
|
||||
</button>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user