1
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2024-12-20 20:11:39 +02:00

ESLint update

This commit is contained in:
DoidoYo 2024-12-16 15:12:06 -05:00
parent feb6700fe7
commit 0b3e10e703

View File

@ -1,12 +1,12 @@
<template>
<button
class="mb-3"
type="button"
type="button"
:class="[
'btn',
canRegister ? 'btn-primary' : 'btn-danger'
]"
:disabled="!btnEnabled"
]"
:disabled="!btnEnabled"
@click="registerWebpush"
>
<div v-if="processing" class="spinner-border spinner-border-sm me-1"></div>