Skip to content
Snippets Groups Projects
Commit a235bbed authored by Tony Salomone's avatar Tony Salomone
Browse files

Add an imported model icon

parent 79684854
No related branches found
No related tags found
No related merge requests found
......@@ -185,6 +185,14 @@ const LocalModelsTable = ({
marginRight: '5px',
}}
/>
) : (row?.source && row?.source != "transformerlab") ? (
<ArrowRightToLineIcon
color="var(--joy-palette-success-700)"
style={{
verticalAlign: 'middle',
marginRight: '5px',
}}
/>
) : (
''
)}{' '}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment