Align slot names with implementation and docs

https://primefaces.org/primevue/showcase/#/toolbar
pull/2142/head
Antony Konstantinidis 2022-02-10 11:41:08 +01:00 committed by Tuğçe Küçükoğlu
parent dd849da61a
commit c96580120b
1 changed files with 2 additions and 2 deletions

View File

@ -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"
}
];