mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 17:01:00 +03:00
Chore/remove app server functions from utils file (#3671)
* remove app server functions from utils file * hide override config variables if its empty
This commit is contained in:
@@ -400,7 +400,7 @@ const OverrideConfig = ({ dialogProps }) => {
|
||||
</Stack>
|
||||
</Card>
|
||||
)}
|
||||
{variableOverrides && (
|
||||
{variableOverrides && variableOverrides.length > 0 && (
|
||||
<Card sx={{ borderColor: theme.palette.primary[200] + 75, p: 2 }} variant='outlined'>
|
||||
<Stack sx={{ mt: 1, mb: 2, ml: 1, alignItems: 'center' }} direction='row' spacing={2}>
|
||||
<IconVariable />
|
||||
|
||||
Reference in New Issue
Block a user