Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions changelog/7591-disable-web-monitor-form-while-loading.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
type: Fixed
description: Fixed web monitor config form being interactive before system data loads
pr: 7591
labels: []
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ const ConfigureWebsiteMonitorForm = ({
initialValues={initialValues}
onFinish={handleSubmit}
layout="vertical"
disabled={isLoadingSystem}
>
<Form.Item
label="Name"
Expand Down
Loading