NueralPi bug fixes.

This commit is contained in:
Robin Davies
2022-02-13 18:13:59 -05:00
parent 5cf10b0154
commit dd4d883b0b
46 changed files with 679 additions and 526 deletions
+5 -3
View File
@@ -500,7 +500,6 @@ export const LoadPluginDialog =
let gridColumnCount = this.state.grid_cell_columns;
this.gridColumnCount = gridColumnCount;
return (
<React.Fragment>
<Dialog
onKeyPress={(e) => { this.handleKeyPress(e); }}
@@ -546,9 +545,12 @@ export const LoadPluginDialog =
}}
/>
</div>
<Select defaultValue={this.state.filterType} key={this.state.filterType} onChange={(e) => { this.onFilterChange(e); }}
<Select
defaultValue={this.state.filterType}
key={this.state.filterType}
onChange={(e) => { this.onFilterChange(e); }}
style={{ flex: "0 0 160px" }}
>
variant="standard">
{this.createFilterOptions()}
</Select>
<div style={{ flex: "0 0 auto", marginRight: 24, visibility: this.state.filterType === PluginType.Plugin ? "hidden" : "visible" }} >