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 issue
pull/9618/head
Nikeshkumar TK 2023-06-13 20:23:50 +05:30 committed by GitHub
parent ea531777c4
commit 8623175612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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")}