FIX: Add value button

This commit is contained in:
Robert Kossessa
2024-05-19 20:26:04 +02:00
parent 179dcdf84d
commit 0990c97426

View File

@@ -17,8 +17,9 @@
</draggable> </draggable>
<button <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" 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> </button>
</div> </div>
</template> </template>