CEC-5150: search on fleets in bulk action (#454)

* CEC-5150: search on fleets in bulk action

* add deps

* add deps

* sonar

* sonar

* break out fetch
This commit is contained in:
Tristan Timblin
2023-10-02 13:11:48 -07:00
committed by GitHub
parent 8d867a7a1e
commit f4d45abfca
8 changed files with 127 additions and 64 deletions

View File

@@ -242,7 +242,7 @@ const MainForm = () => {
label="SUMS Version"
value={sumsVersion}
setValue={setSumsVersion}
getData={async () => getSums()}
getData={getSums}
/>
<TextField
id="model"