fix(style): all scope tag
This commit is contained in:
@@ -45,7 +45,7 @@ const useModelsColumns = ({
|
|||||||
{intl.formatMessage({
|
{intl.formatMessage({
|
||||||
id: option?.label || ''
|
id: option?.label || ''
|
||||||
})}
|
})}
|
||||||
<span>[{option?.description}]</span>
|
{option?.description && <span>[{option?.description}]</span>}
|
||||||
</span>
|
</span>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user