DEV: make API of future-date-input more customizable and aligned with the API of time-shortcut-picker (#16502)
This commit is contained in:
committed by
GitHub
parent
3e23bd4745
commit
c9b2374299
@@ -12,7 +12,6 @@
|
||||
{{future-date-input
|
||||
class="silence-until"
|
||||
label="admin.user.silence_duration"
|
||||
includeFarFuture=true
|
||||
clearable=false
|
||||
input=silenceUntil
|
||||
onChangeInput=(action (mut silenceUntil))
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
{{future-date-input
|
||||
class="suspend-until"
|
||||
label="admin.user.suspend_duration"
|
||||
includeFarFuture=true
|
||||
clearable=false
|
||||
input=suspendUntil
|
||||
onChangeInput=(action (mut suspendUntil))
|
||||
|
||||
Reference in New Issue
Block a user