fixes #39
This commit is contained in:
@@ -145,16 +145,17 @@ export default function Settings() {
|
|||||||
<Dialog open={dialogOpen} onClose={handleDialogCancel}>
|
<Dialog open={dialogOpen} onClose={handleDialogCancel}>
|
||||||
<DialogContent>
|
<DialogContent>
|
||||||
<DialogContentText>
|
<DialogContentText>
|
||||||
Enter new category name.
|
Enter Server Address
|
||||||
</DialogContentText>
|
</DialogContentText>
|
||||||
<TextField
|
<TextField
|
||||||
autoFocus
|
autoFocus
|
||||||
margin="dense"
|
margin="dense"
|
||||||
id="name"
|
id="name"
|
||||||
label="Category Name"
|
label="Server Address"
|
||||||
type="text"
|
type="text"
|
||||||
fullWidth
|
fullWidth
|
||||||
value={dialogValue}
|
value={dialogValue}
|
||||||
|
placeholder="http://127.0.0.1:4567"
|
||||||
onChange={(e) => setDialogValue(e.target.value)}
|
onChange={(e) => setDialogValue(e.target.value)}
|
||||||
/>
|
/>
|
||||||
</DialogContent>
|
</DialogContent>
|
||||||
|
|||||||
Reference in New Issue
Block a user