Skip to content

Commit

Permalink
fix: hardcoded group
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Aymard committed Jan 8, 2025
1 parent 48d7c5e commit d915405
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ const AwsEnvironmentProviderCard = ({
};

let repoInfo = getRepoInfo(entity);
repoInfo.gitProjectGroup = 'aws-environments'

const params = {
repoInfo,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const DeleteEnvironmentPanel = ({

const [disabled, setDisabled] = useState(false);
let repoInfo = getRepoInfo(entity);
repoInfo.gitProjectGroup = 'aws-environments';

const deleteRepo = () => {
api.deleteRepository({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ const DeleteProviderPanel = ({

const [disabled, setDisabled] = useState(false);
let repoInfo = getRepoInfo(entity);
repoInfo.gitProjectGroup = 'aws-providers';

const deleteRepo = () => {

Expand Down

0 comments on commit d915405

Please sign in to comment.