Skip to content

Commit

Permalink
Revert "fix warning: passing disabled button tooltip"
Browse files Browse the repository at this point in the history
This reverts commit 546a869.
  • Loading branch information
gabalafou committed Mar 5, 2024
1 parent 97fd6fd commit 141845a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/environments/EnvironmentList.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ describe("<EnvironmentsList />", () => {
{
id: 2,
name: "python-flask-env",
isPrimary: true,
canCreate: true
isPrimary: true
}
]}
hasMore={false}
Expand All @@ -47,8 +46,7 @@ describe("<EnvironmentsList />", () => {
namespacesList={[
{
name: "default",
id: 1,
canCreate: true
id: 1
}
]}
hasMore={false}
Expand Down

0 comments on commit 141845a

Please sign in to comment.