mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
fix: Allow admins to add past events #396
This commit is contained in:
parent
63086de9f0
commit
bbad9d127d
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ v-col(cols=12)
|
|||
:is-dark="is_dark"
|
||||
is-inline
|
||||
is-expanded
|
||||
:min-date='new Date()')
|
||||
v-col.calh.text-center(slot='placeholder')
|
||||
:min-date='!$auth?.user?.is_admin && new Date()')
|
||||
v-col.calh.mx-auto(slot='placeholder')
|
||||
v-progress-circular(indeterminate color='primary')
|
||||
|
||||
div.text-center.mb-2(v-if='type === "recurrent"')
|
||||
|
|
Loading…
Reference in a new issue