Merge pull request #1920 from FlowiseAI/bugfix/UI-JSON-Dialog-Title

Bugfix/json dialog title
This commit is contained in:
Henry Heng
2024-03-11 18:13:51 +08:00
committed by GitHub
@@ -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