Merge remote-tracking branch 'origin/master' into aakansha-custom-elements
This commit is contained in:
@@ -496,7 +496,7 @@ const LayerUI = ({
|
||||
|
||||
const dialogs = (
|
||||
<>
|
||||
{appState.isLoading && <LoadingMessage />}
|
||||
{appState.isLoading && <LoadingMessage delay={250} />}
|
||||
{appState.errorMessage && (
|
||||
<ErrorDialog
|
||||
message={appState.errorMessage}
|
||||
|
||||
Reference in New Issue
Block a user