Skip to content

Commit

Permalink
Merge pull request #1920 from FlowiseAI/bugfix/UI-JSON-Dialog-Title
Browse files Browse the repository at this point in the history
Bugfix/json dialog title
  • Loading branch information
HenryHengZJ authored Mar 11, 2024
2 parents 5a8848d + 07b4077 commit 6083dfa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6083dfa

Please sign in to comment.