mirror of
https://github.com/romancm/gamebrary
synced 2024-11-14 15:37:08 +00:00
Disable button if tag name already exists
This commit is contained in:
parent
4b980e7a0f
commit
918d484e38
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
|
||||
<button
|
||||
class="small primary"
|
||||
:disabled="isDuplicate"
|
||||
@click="createTag"
|
||||
>
|
||||
<i class="fas fa-plus-circle" />
|
||||
|
|
Loading…
Reference in a new issue