remove select a workflow placeholder text

This commit is contained in:
ali asaria
2025-04-04 15:14:03 -04:00
parent e2a1955e5e
commit 3c856b4fa1

View File

@@ -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
&nbsp;
</Box>
)}
</Box>