Skip to content

Commit 11d014e

Browse files
authored
fix: add hidden format to Search bar in HeroSchema (#1628)
1 parent 192557b commit 11d014e

File tree

1 file changed

+1
-0
lines changed
  • packages/components/src/interfaces/complex

1 file changed

+1
-0
lines changed

packages/components/src/interfaces/complex/Hero.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ export const HeroSchema = Type.Composite(
8888
}),
8989
Type.Literal(HERO_STYLE.searchbar, {
9090
title: "Search bar",
91+
format: "hidden",
9192
}),
9293
],
9394
{

0 commit comments

Comments
 (0)