mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-25 18:50:56 +02:00
DEVMENU: Use Autocomplete instead of Select in more tools (#1631)
This commit is contained in:
@@ -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%" }} />}
|
||||
|
||||
Reference in New Issue
Block a user