File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
UpdateResource/components Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " electron-gp" ,
33 "private" : true ,
4- "version" : " 0.2.20 " ,
4+ "version" : " 0.2.21 " ,
55 "type" : " module" ,
66 "main" : " dist-main/app.js" ,
77 "author" : " traeop" ,
Original file line number Diff line number Diff line change @@ -27,7 +27,13 @@ export const CheckboxGenerateKey = () => {
2727 { isCheck ? (
2828 renderGenerateCharacters
2929 ) : (
30- < TextField type = "text" variant = "outlined" name = "password" fullWidth />
30+ < TextField
31+ label = "Made-up password"
32+ type = "text"
33+ variant = "outlined"
34+ name = "password"
35+ fullWidth
36+ />
3137 ) }
3238 </ >
3339 ) ;
Original file line number Diff line number Diff line change @@ -27,7 +27,13 @@ export const CheckboxGenerateKey = () => {
2727 { isUpdateKey ? (
2828 renderGenerateCharacters
2929 ) : (
30- < TextField type = "text" variant = "outlined" name = "password" fullWidth />
30+ < TextField
31+ label = "Made-up password"
32+ type = "text"
33+ variant = "outlined"
34+ name = "password"
35+ fullWidth
36+ />
3137 ) }
3238 </ >
3339 ) ;
You can’t perform that action at this time.
0 commit comments