Skip to content

Commit 46444a4

Browse files
fix(uptime): Add missing hideLabel on uptime edit form (#75984)
1 parent b980904 commit 46444a4

File tree

1 file changed

+1
-0
lines changed
  • static/app/views/alerts/rules/uptime

1 file changed

+1
-0
lines changed

static/app/views/alerts/rules/uptime/edit.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ export function UptimeRulesEdit({params, onChangeTitle, organization, project}:
141141
disabled
142142
name="url"
143143
label={t('URL')}
144+
hideLabel
144145
placeholder={t('The URL to monitor')}
145146
inline={false}
146147
flexibleControlStateSize

0 commit comments

Comments
 (0)