Skip to content

Commit

Permalink
Fixed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
CGoodwin90 committed Dec 22, 2023
1 parent 05e7715 commit bc16161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EnvironmentVariables/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ const EnvironmentVariables = ({ environment, onVariableAdded }) => {
onClick={() => permissionCheck("add")}
style={{ all: "unset" }}
>
{projectErrorAlert ? <Button className="add-variable">Add</Button> :
{environmentErrorAlert ? <Button className="add-variable">Add</Button> :
<AddVariable
varProject={environment.project.name}
varEnvironment={environment.name}
Expand Down

0 comments on commit bc16161

Please sign in to comment.