From c96580120bb988f4513da909049d4e15b1054136 Mon Sep 17 00:00:00 2001 From: Antony Konstantinidis Date: Thu, 10 Feb 2022 11:41:08 +0100 Subject: [PATCH] Align slot names with implementation and docs https://primefaces.org/primevue/showcase/#/toolbar --- api-generator/components/toolbar.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-generator/components/toolbar.js b/api-generator/components/toolbar.js index 3a10deb5b..96851ae87 100644 --- a/api-generator/components/toolbar.js +++ b/api-generator/components/toolbar.js @@ -1,10 +1,10 @@ const ToolbarSlots = [ { - name: "left", + name: "start", description: "Custom content for the component's left side" }, { - name: "right", + name: "end", description: "Custom content for the component's right side" } ];