change monitoring not supported message
This commit is contained in:
@@ -409,8 +409,12 @@ export default function TanstakFilesTable({ fileType }: { fileType: string }) {
|
||||
{row.original.fileType === 'image' ? (
|
||||
<MonitoringDropDown file={row.original} />
|
||||
) : (
|
||||
<div>
|
||||
<div
|
||||
className="table-item-not-supported"
|
||||
>
|
||||
{t('monitoring-is-not-supported')}
|
||||
<br />
|
||||
{t('for-this-file-type')}
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user