Skip to content

Commit

Permalink
Regression: Zapier Callout using wrong props (#28311)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Mar 7, 2023
1 parent 75ce955 commit c852835
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function NewZapier({ ...props }) {

return (
<>
<Callout bg='status-background-warning' icon={'warning'} title={t('Zapier_integration_has_been_deprecated')} mbs='x16' mbe='x4'>
<Callout type='warning' icon='warning' title={t('Zapier_integration_has_been_deprecated')} mbs='x16' mbe='x4'>
{t('Install_Zapier_from_marketplace')}
</Callout>
{!script && (
Expand Down

0 comments on commit c852835

Please sign in to comment.