fix: Fix for project download

fix for project download

Change-Id: I89c49f76ec6af87bae70324d01d8fb6a3425781b
This commit is contained in:
zhuyue 2021-09-01 17:01:12 +08:00
parent 27a09bc5e6
commit e25659ce6e

View File

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