File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -719,7 +719,7 @@ function App() {
719
719
720
720
< Grid container spacing = { 3 } >
721
721
< Grid item xs = { 12 } md = { 6 } >
722
- < TextField fullWidth label = "MongoDB URI" variant = "outlined" value = { formConfig . mongoUrl } onChange = { ( e ) => setFormConfig ( { ...formConfig , mongoUrl : e . target . value } ) } sx = { { mt : 2 } } />
722
+ < TextField fullWidth label = "MongoDB URI" variant = "outlined" value = { formConfig . mongoUrl ? '********' : '' } onChange = { ( e ) => setFormConfig ( { ...formConfig , mongoUrl : e . target . value } ) } sx = { { mt : 2 } } />
723
723
</ Grid >
724
724
< Grid item xs = { 12 } md = { 6 } >
725
725
< TextField fullWidth label = "Database" variant = "outlined" value = { formConfig . database } onChange = { ( e ) => setFormConfig ( { ...formConfig , database : e . target . value } ) } sx = { { mt : 2 } } />
You can’t perform that action at this time.
0 commit comments