fix(webui): bind destructive calendar controls to help
Module Package Release / publish-packages (push) Successful in 13s
Module Package Release / publish-packages (push) Successful in 13s
This commit is contained in:
@@ -703,6 +703,8 @@ export function CalendarCollectionDeleteDialog({
|
||||
<legend>{eventCount} event{eventCount === 1 ? "" : "s"}</legend>
|
||||
<label>
|
||||
<input
|
||||
data-help-context-id="calendar.collection-editor"
|
||||
data-help-module-id="calendar"
|
||||
type="radio"
|
||||
name="calendar-delete-event-action"
|
||||
value="delete"
|
||||
@@ -713,6 +715,8 @@ export function CalendarCollectionDeleteDialog({
|
||||
</label>
|
||||
<label>
|
||||
<input
|
||||
data-help-context-id="calendar.collection-editor"
|
||||
data-help-module-id="calendar"
|
||||
type="radio"
|
||||
name="calendar-delete-event-action"
|
||||
value="move"
|
||||
|
||||
Reference in New Issue
Block a user