diff --git a/src/pages/DashboardPage.tsx b/src/pages/DashboardPage.tsx index f17b1511..57b2b764 100644 --- a/src/pages/DashboardPage.tsx +++ b/src/pages/DashboardPage.tsx @@ -105,7 +105,7 @@ export default function DashboardPage(props: PageProps) { }; useEffect(() => { - if (!isServerEE && !store.serverStatus.status?.is_on_trial_license) { + if (!isServerEE && !isSaasBuild && !store.serverStatus.status?.is_on_trial_license) { setShowUpgradeAlert(true); } else { setShowUpgradeAlert(false);