refactor: add id for robot

This commit is contained in:
oat 2023-12-01 17:49:25 +07:00
parent 3bda1bd620
commit 2f706f879b
5 changed files with 26 additions and 6 deletions

View file

@ -37,6 +37,7 @@ const props = withDefaults(
flat
v-close-popup
@click="() => ($emit('update:open', !open))"
id="dialogDeleteClose"
/>
<q-btn
@ -45,6 +46,7 @@ const props = withDefaults(
label="ลบ"
class="text-red"
@click="() => $emit('confirm')"
id="dialogDeleteConfirm"
/>
</q-card-actions>
</q-card>