mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 07:01:04 +03:00
Merge pull request #1920 from FlowiseAI/bugfix/UI-JSON-Dialog-Title
Bugfix/json dialog title
This commit is contained in:
@@ -28,7 +28,7 @@ const FormatPromptValuesDialog = ({ show, dialogProps, onChange, onCancel }) =>
|
|||||||
aria-describedby='alert-dialog-description'
|
aria-describedby='alert-dialog-description'
|
||||||
>
|
>
|
||||||
<DialogTitle sx={{ fontSize: '1rem' }} id='alert-dialog-title'>
|
<DialogTitle sx={{ fontSize: '1rem' }} id='alert-dialog-title'>
|
||||||
Format Prompt Values
|
{dialogProps.inputParam.label ?? 'Format Prompt Values'}
|
||||||
</DialogTitle>
|
</DialogTitle>
|
||||||
<DialogContent>
|
<DialogContent>
|
||||||
<PerfectScrollbar
|
<PerfectScrollbar
|
||||||
|
|||||||
Reference in New Issue
Block a user