jacobshandling 2026-03-26 14:59:17 -07:00 committed by GitHub
parent 83d1b02d0a
commit 0c4e4e4673
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -314,7 +314,7 @@ const ManageHostsPage = ({
(scriptBatchExecutionId ? "ran" : undefined);
const depProfileError = queryParams?.dep_profile_error;
/** URL converts to lowercase but API and UI requires uppercase */
const depAssignProfileResponse = queryParams?.dep_assign_profile_response.toUpperCase();
const depAssignProfileResponse = queryParams?.dep_assign_profile_response?.toUpperCase();
// ========= routeParams
const { active_label: activeLabel, label_id: labelID } = routeParams;