You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<buttontype="button"@click="resetDatesOnSchedule":title="`Reset Start and End Date`"
17
+
<buttontype="button"@click="resetDatesOnSchedule":title="props.schedule === 'continuous' ? 'Reset dates to today (start of day to now)' : `Reset dates to the previous ${props.schedule || 'scheduled'} run interval`"
0 commit comments