Merge "fix: Fix for project download"

This commit is contained in:
Zuul 2021-09-01 09:45:24 +00:00 committed by Gerrit Code Review
commit e4de1c12b3

View File

@ -118,6 +118,7 @@ export default class Projects extends Base {
}
return <Badge color="red" text={t('No')} />;
},
stringify: (enabled) => (enabled ? t('Yes') : t('No')),
},
{
title: t('Tags'),