ImagesTable: support additional image type labels
If image types are created that do not have a descriptive label then default to using the image type.
This commit is contained in:
parent
acb0991ed4
commit
d05e9da3d7
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ const Target = ({ composeId }) => {
|
|||
target = targetOptions[compose.uploadType];
|
||||
}
|
||||
|
||||
return <>{target}</>;
|
||||
return <>{target ? target : compose.imageType}</>;
|
||||
};
|
||||
|
||||
Target.propTypes = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue