Skip to content

Commit

Permalink
fix: set as default
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiao Peng authored and Xiao Peng committed Nov 18, 2024
1 parent c54711f commit 626188d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
environment:
ALLOWED_ORIGINS: "http://localhost:*"
FORESTCLIENTAPI_ADDRESS: https://nr-forest-client-api-prod.api.gov.bc.ca/api
FORESTCLIENTAPI_KEY: "${FORESTCLIENTAPI_KEY}"
FORESTCLIENTAPI_KEY: YrmI6eO6M6Xeyw2oRYuDaueYPDOgyBuA
ORACLE_SERVER_URL: https://nr-spar-test-oracle-api.apps.silver.devops.gov.bc.ca
POSTGRES_HOST: database
AWS_COGNITO_ISSUER_URI: "https://cognito-idp.ca-central-1.amazonaws.com/ca-central-1_t2HSZBHur"
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/ClientAndCodeInput/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ const ClientAndCodeInput = ({
}
: undefined
);
setIsChecked(checked);
setIsDefault(checked);
setIsChecked(checked);
};

Expand Down

0 comments on commit 626188d

Please sign in to comment.