The following issues related to cloud deployment have been resolved:

- Masking the credentials input fields
- The loading symbol doesn't work while reloading the options in the select control
- Reduce the wizard opening timeout
- urllib library upgrade impacts host IP fetch

refs #7177
This commit is contained in:
Khushboo Vashi
2022-03-02 19:04:15 +05:30
committed by Akshay Joshi
parent 83660ec9ed
commit 69069e9af3
6 changed files with 14 additions and 16 deletions
@@ -762,6 +762,7 @@ export const InputSelect = forwardRef(({
if(typeof options === 'function') {
optPromise = options();
}
setFinalOptions([[], true]);
Promise.resolve(optPromise)
.then((res)=>{
/* If component unmounted, dont update state */