Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
fixed copy-paste error Issue #84
Browse files Browse the repository at this point in the history
  • Loading branch information
scottleedavis committed May 1, 2019
1 parent d9abfac commit b32e2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func (p *Plugin) handleDialog(w http.ResponseWriter, req *http.Request) {
"occurrence_id": r.Reminder.Occurrences[0].Id,
"action": "view/ephemeral",
},
URL: fmt.Sprintf("%s/plugins/%s/delete/ephemeral", siteURL, manifest.Id),
URL: fmt.Sprintf("%s/plugins/%s/view/ephemeral", siteURL, manifest.Id),
},
Type: model.POST_ACTION_TYPE_BUTTON,
Name: T("button.view.reminders"),
Expand Down

0 comments on commit b32e2fe

Please sign in to comment.