fix: Routing form two "New" button issue. (#9479)
* event types public api fix * Routing form new button issue * Routing form new button issue * Routing form new button issue * Routing form new button issue * Routing form new button issuepull/9618/head
parent
ea531777c4
commit
8623175612
|
@ -96,7 +96,7 @@ export default function RoutingForms({
|
||||||
return (
|
return (
|
||||||
<ShellMain
|
<ShellMain
|
||||||
heading="Routing Forms"
|
heading="Routing Forms"
|
||||||
CTA={hasPaidPlan && <NewFormButton />}
|
CTA={hasPaidPlan && forms?.length && <NewFormButton />}
|
||||||
subtitle={t("routing_forms_description")}>
|
subtitle={t("routing_forms_description")}>
|
||||||
<UpgradeTip
|
<UpgradeTip
|
||||||
title={t("teams_plan_required")}
|
title={t("teams_plan_required")}
|
||||||
|
|
Loading…
Reference in New Issue