fix json dialog title

This commit is contained in:
Henry
2024-03-11 16:24:59 +08:00
parent 5a8848daa2
commit 07b4077284
@@ -28,7 +28,7 @@ const FormatPromptValuesDialog = ({ show, dialogProps, onChange, onCancel }) =>
aria-describedby='alert-dialog-description'
>
<DialogTitle sx={{ fontSize: '1rem' }} id='alert-dialog-title'>
Format Prompt Values
{dialogProps.inputParam.label ?? 'Format Prompt Values'}
</DialogTitle>
<DialogContent>
<PerfectScrollbar