fix: Fix for project download
fix for project download Change-Id: I89c49f76ec6af87bae70324d01d8fb6a3425781b
This commit is contained in:
parent
27a09bc5e6
commit
e25659ce6e
@ -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'),
|
||||
|
Loading…
Reference in New Issue
Block a user