This commit is contained in:
Tuğçe Küçükoğlu 2021-07-14 17:12:17 +03:00
parent e8738455d0
commit 519e9d70bf
4 changed files with 5 additions and 5 deletions

View file

@ -8,7 +8,7 @@ const TabMenuProps = [
{
name: "exact",
type: "boolean",
default: true,
default: "true",
description: "Defines if active route highlight should match the exact route path."
}
];