Skip to content

Commit

Permalink
Fix callout type
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Jul 30, 2021
1 parent 51c400f commit f5f64d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const DefaultParentRoomField = ({
}

if (!value || !value.room) {
return <Callout type={'error'}>{t('Error')}</Callout>;
return <Callout type={'danger'}>{t('Error')}</Callout>;
}

return (
Expand Down

0 comments on commit f5f64d8

Please sign in to comment.