DEVMENU: Use Autocomplete instead of Select in more tools (#1631)

This commit is contained in:
catloversg
2024-08-26 00:02:28 +07:00
committed by GitHub
parent 2e42a1f781
commit e58a7d8eaa
4 changed files with 68 additions and 68 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ export function AugmentationsDev(): React.ReactElement {
</IconButton>
</Tooltip>
<Autocomplete
style={{ width: "400px" }}
style={{ width: "500px" }}
options={options}
value={augmentation}
renderInput={(params) => <TextField {...params} style={{ height: "100%" }} />}