Skip to content
This repository was archived by the owner on Feb 22, 2022. It is now read-only.

Commit bf0afc9

Browse files
committed
Fix issue with consent checkbox
1 parent 1249fe6 commit bf0afc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Configuration.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default class Configuration extends React.Component {
1818
cpus: 0,
1919
memory: 0,
2020
'disk-size': 0,
21-
'consent-telemetry': false,
21+
'consent-telemetry': "no",
2222
'disk-size': 0,
2323
};
2424

0 commit comments

Comments
 (0)