Skip to content

Commit

Permalink
Pick Uptime from elastic#166813
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikuni17 committed Sep 26, 2023
1 parent 22029b5 commit 4ee85b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const MonitorAddPage = () => {
}

return locationsLoaded ? (
<MonitorForm space={space?.id}>
<MonitorForm space={space?.id} canUsePublicLocations={false}>
<MonitorSteps stepMap={ADD_MONITOR_STEPS} />
</MonitorForm>
) : (
Expand Down

0 comments on commit 4ee85b7

Please sign in to comment.