mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-04 18:33:22 -05:00
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:
committed by
Akshay Joshi
parent
83660ec9ed
commit
69069e9af3
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user