This commit is contained in:
Aria Moradi
2021-10-06 21:33:16 +03:30
parent 08980982e2
commit 3da7964199

View File

@@ -145,16 +145,17 @@ export default function Settings() {
<Dialog open={dialogOpen} onClose={handleDialogCancel}>
<DialogContent>
<DialogContentText>
Enter new category name.
Enter Server Address
</DialogContentText>
<TextField
autoFocus
margin="dense"
id="name"
label="Category Name"
label="Server Address"
type="text"
fullWidth
value={dialogValue}
placeholder="http://127.0.0.1:4567"
onChange={(e) => setDialogValue(e.target.value)}
/>
</DialogContent>