Move reminder conditional rendering into action enabled
#41336
Labels
3. to review
Waiting for reviews
enhancement
feature: files
good first issue
Small tasks with clear documentation about how and in which place you need to fix things in.
papercut
Annoying recurring issue with possibly simple fix.
server/apps/files_reminders/src/actions/setReminderSuggestionActions.ts
Line 86 in 32c1aeb
Since the presence of the action should be evaluated ideally on click instead of on script execution I think the
FileAction
enabled callback needs to be set to something like() => Boolean(getDateTime(option.dateTimePreset))
to be more reactiveOriginally posted by @Pytal in #41010 (comment)
The text was updated successfully, but these errors were encountered: