changed to 90 seconds modal
This commit is contained in:
@@ -34,7 +34,7 @@ export function handleConfigUpdate(config: Record<string, any>) {
|
|||||||
} finally {
|
} finally {
|
||||||
easyAdapterTimer = null;
|
easyAdapterTimer = null;
|
||||||
}
|
}
|
||||||
}, 5000);
|
}, 90000);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("Failed to show EasyAdapter dialog:", error);
|
console.error("Failed to show EasyAdapter dialog:", error);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user