-
Notifications
You must be signed in to change notification settings - Fork 424
Description
Summary:
When editing a prompt and leaving the template field empty, clicking Save Changes does nothing. No error message is displayed to the user, but a validation error is shown in the browser console.
🔁 Steps to Reproduce
Navigate Global Prompts.
Fill in the following fields:
Name: summary_prompt
Description: System status summary
Leave the Template field empty.
Click Save Changes to create the prompt.
Now click the Edit button for the newly added prompt.
Modify any of the following:
Name, Description, or Template
Click Save Changes again.
No updates are saved.
No validation message appears on the screen.
Inspecting the browser console shows this error:
![]()
`
✅ Expected Result
The UI should show a proper validation error indicating that the template field is required.