Regression: Zapier Callout using wrong props (#28311)

pull/28310/head^2
Guilherme Gazzo 3 years ago committed by GitHub
parent 75ce95546f
commit c85283524c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/meteor/client/views/admin/integrations/new/NewZapier.js

@ -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 && (

Loading…
Cancel
Save