Skip to content
Snippets Groups Projects
Unverified Commit c8528352 authored by Guilherme Gazzo's avatar Guilherme Gazzo Committed by GitHub
Browse files

Regression: Zapier Callout using wrong props (#28311)

parent 75ce9554
No related branches found
No related tags found
No related merge requests found
......@@ -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 && (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment