forked from trent_larson/crowd-funder-for-time-pwa
show something to indicate claims were sent (mostly in BVC screens)
This commit is contained in:
@@ -544,7 +544,11 @@
|
||||
<!-- toggle -->
|
||||
<div class="relative ml-2">
|
||||
<!-- input -->
|
||||
<input type="checkbox" v-model="hideRegisterPromptOnNewContact" class="sr-only" />
|
||||
<input
|
||||
type="checkbox"
|
||||
v-model="hideRegisterPromptOnNewContact"
|
||||
class="sr-only"
|
||||
/>
|
||||
<!-- line -->
|
||||
<div class="block bg-slate-500 w-14 h-8 rounded-full" />
|
||||
<!-- dot -->
|
||||
|
||||
Reference in New Issue
Block a user