Skip to content

Commit 224830b

Browse files
committed
Update default setting to false
1 parent 77fb51d commit 224830b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

client/src/components/patientData.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,8 @@ import * as process from 'process';
77

88
export default function PatientData() {
99
const [header] = useState('Add your Medicare Prescription Drug data');
10-
// comment out below because the end point /api/authorize/authurl of
11-
// the server component (on port 3001), does not take parameter such as pkce, version, env
12-
// they are generated by the server component.
13-
//
1410
const [settingsState] = useState<SettingsType>({
15-
useDefaultDataButton: true,
11+
useDefaultDataButton: false, // Set to true to use hard coded data
1612
});
1713
async function goAuthorize() {
1814
const test_url = process.env.TEST_APP_API_URL ? process.env.TEST_APP_API_URL : ''

0 commit comments

Comments
 (0)