mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
Merge pull request #1482 from oceanprotocol/feature/disable-selection-when-job-starts
disable job selection during actions execution
This commit is contained in:
commit
7ef70100fb
@ -105,7 +105,7 @@ export default function FormStartCompute({
|
|||||||
)
|
)
|
||||||
const extendedAlgoAsset: AssetExtended = {
|
const extendedAlgoAsset: AssetExtended = {
|
||||||
...algorithmAsset,
|
...algorithmAsset,
|
||||||
accessDetails: accessDetails
|
accessDetails
|
||||||
}
|
}
|
||||||
setSelectedAlgorithm(extendedAlgoAsset)
|
setSelectedAlgorithm(extendedAlgoAsset)
|
||||||
}
|
}
|
||||||
@ -169,6 +169,7 @@ export default function FormStartCompute({
|
|||||||
{...field}
|
{...field}
|
||||||
options={algorithms}
|
options={algorithms}
|
||||||
component={Input}
|
component={Input}
|
||||||
|
disabled={isLoading}
|
||||||
/>
|
/>
|
||||||
))}
|
))}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user