Dev branch
This commit is contained in:
@@ -92,7 +92,7 @@ const deleteObject = (o) => {
|
||||
:title="'Prekliči'"
|
||||
@click.stop="confirmingId = null"
|
||||
>
|
||||
<FontAwesomeIcon :icon="['fas', 'xmark']" class="text-[16px]" />
|
||||
<FontAwesomeIcon :icon="['fas', 'xmark']" class="w-4 h-4" />
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
@@ -100,7 +100,7 @@ const deleteObject = (o) => {
|
||||
:title="'Potrdi brisanje'"
|
||||
@click.stop="deleteObject(o)"
|
||||
>
|
||||
<FontAwesomeIcon :icon="['fas', 'check']" class="text-[16px]" />
|
||||
<FontAwesomeIcon :icon="['fas', 'check']" class="w-4 h-4" />
|
||||
</button>
|
||||
</template>
|
||||
<template v-else>
|
||||
|
||||
Reference in New Issue
Block a user