From 4a99d6a7bb2d40639644a11161fa43fb0315b831 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Mon, 29 May 2023 22:45:33 +0200 Subject: [PATCH] docs: fix notification preset for `closeButton` and `actionButton` --- docs/content/5.overlays/6.notification.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/5.overlays/6.notification.md b/docs/content/5.overlays/6.notification.md index 224ef67d..dea26af1 100644 --- a/docs/content/5.overlays/6.notification.md +++ b/docs/content/5.overlays/6.notification.md @@ -189,7 +189,7 @@ function onCallback () { Use the `close-button` prop to hide or customize the close button on the Notification. -You can pass all the props of the [Button](/elements/button) component to customize it through the `close-button` prop or globally through `ui.notifications.default.closeButton`. +You can pass all the props of the [Button](/elements/button) component to customize it through the `close-button` prop or globally through `ui.notification.default.closeButton`. ::component-card --- @@ -230,7 +230,7 @@ const toast = useToast() ``` :: -Like for `closeButton`, you can pass all the props of the [Button](/elements/button) component inside the action or globally through `ui.notifications.default.actionButton`. +Like for `closeButton`, you can pass all the props of the [Button](/elements/button) component inside the action or globally through `ui.notification.default.actionButton`. ::component-card ---