Skip to content

Commit

Permalink
fix(TopPanel): throw view prop (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunory authored Aug 20, 2024
1 parent 70a6c58 commit 2bd4464
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/AsideHeader/components/TopPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export const TopPanel = ({topAlert}: Props) => {
corners="square"
layout="horizontal"
theme={topAlert.theme || 'warning'}
view={topAlert.view}
icon={topAlert.icon}
title={topAlert.title}
message={topAlert.message}
Expand Down

0 comments on commit 2bd4464

Please sign in to comment.