mirror of
https://github.com/transformerlab/transformerlab-app.git
synced 2025-04-14 07:48:20 +03:00
remove select a workflow placeholder text
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/* eslint-disable no-nested-ternary */
|
||||
import {
|
||||
Box,
|
||||
Button,
|
||||
@@ -263,7 +264,7 @@ export default function Workflows({ experimentInfo }) {
|
||||
)
|
||||
) : (
|
||||
<Box sx={{ width: '100%', backgroundColor: '#F7F9FB' }} p={4}>
|
||||
Select Workflow
|
||||
|
||||
</Box>
|
||||
)}
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user