This commit is contained in:
Owen
2025-10-27 10:05:31 -07:00
parent c04d9eda6b
commit 80f43a9774
10 changed files with 36 additions and 37 deletions

View File

@@ -317,7 +317,7 @@ export default function GeneralPage() {
<DropdownMenuContent className="w-full">
{LOG_RETENTION_OPTIONS.filter((option) => {
if (build == "saas" && !subscription?.subscribed && option.value > 30) {
return false
return false;
}
return true;
}).map(