disable plant-selection on runtime (currrently not supported)
This commit is contained in:
parent
a81fe1e884
commit
8951380f9b
1 changed files with 1 additions and 0 deletions
|
|
@ -446,6 +446,7 @@ export function App() {
|
||||||
<PersistentDetails localStorageKey="showPlant" initiallyOpen={true}>
|
<PersistentDetails localStorageKey="showPlant" initiallyOpen={true}>
|
||||||
<summary>plant</summary>
|
<summary>plant</summary>
|
||||||
<select
|
<select
|
||||||
|
disabled={trace!==null}
|
||||||
value={plantName}
|
value={plantName}
|
||||||
onChange={e => setPlantName(() => e.target.value)}>
|
onChange={e => setPlantName(() => e.target.value)}>
|
||||||
{plants.map(([plantName, p]) =>
|
{plants.map(([plantName, p]) =>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue