From 5210f4a1c399b532954af6f1d7140f1487bbf3a4 Mon Sep 17 00:00:00 2001 From: pathofleastresistor <91756648+pathofleastresistor@users.noreply.github.com> Date: Sat, 22 Jul 2023 08:03:21 -0700 Subject: [PATCH] Update custom-view.md to correct event for adding cards (#1804) --- docs/frontend/custom-ui/custom-view.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/frontend/custom-ui/custom-view.md b/docs/frontend/custom-ui/custom-view.md index f47da0ce..c7065cd7 100644 --- a/docs/frontend/custom-ui/custom-view.md +++ b/docs/frontend/custom-ui/custom-view.md @@ -86,7 +86,7 @@ Detail: { path: [number] | [number, number] } Event: "ll-edit-card" Detail: { path: [number] | [number, number] } -Event: "ll-add-card" +Event: "ll-create-card" Detail: none ```