Skip to content

Commit

Permalink
QueryParam Removal
Browse files Browse the repository at this point in the history
  • Loading branch information
NagendraOpsmx committed Mar 27, 2023
1 parent cad9454 commit c926cfa
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import { EntityNotifications } from '../../../entityTag/notifications/EntityNoti
import { Execution } from '../execution/Execution';
import { ExecutionAction } from '../executionAction/ExecutionAction';
import { ManualExecutionModal } from '../../manualExecution';
import { UrlParser } from '../../../navigation/urlParser';
import { Overridable } from '../../../overrideRegistry';
import { Placement } from '../../../presentation/Placement';
import { Popover } from '../../../presentation/Popover';
Expand Down Expand Up @@ -296,8 +295,6 @@ export class ExecutionGroup extends React.PureComponent<IExecutionGroupProps, IE
const pipelineDescription = pipelineConfig && pipelineConfig.description;
const hasRunningExecutions = group.runningExecutions && group.runningExecutions.length > 0;

const [, queryString] = window.location.href.split('?');
const queryParams = UrlParser.parseQueryString(queryString);

const deploymentAccountLabels = without(
this.state.deploymentAccounts || [],
Expand Down

0 comments on commit c926cfa

Please sign in to comment.