Fix table view
This commit is contained in:
Родитель
dd03f3c603
Коммит
df4e931f83
|
@ -158,6 +158,8 @@
|
|||
border: 1px solid $gray-180;
|
||||
padding: 4px 5px;
|
||||
min-width: 70px;
|
||||
max-width: 400px;
|
||||
overflow: hidden;
|
||||
}
|
||||
th {
|
||||
font-weight: 700;
|
||||
|
|
|
@ -296,7 +296,7 @@ export function getConvertableTypes(
|
|||
];
|
||||
break;
|
||||
case DataType.Image:
|
||||
types = [DataType.String];
|
||||
types = [DataType.Image, DataType.String];
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче