Skip to content

Commit

Permalink
LPS-116254 Rename default alert containerId
Browse files Browse the repository at this point in the history
Other alertContainers are being renderered inside DXP and this id is not unique to describe a Toast/Alert container created by the openToast command
  • Loading branch information
diegonvs committed Jul 3, 2020
1 parent a31b0cd commit b44f221
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -17,7 +17,7 @@ import {render} from 'frontend-js-react-web';
import React from 'react';
import {unmountComponentAtNode} from 'react-dom';

const DEFAULT_ALERT_CONTAINER_ID = 'alertContainer';
const DEFAULT_ALERT_CONTAINER_ID = 'ToastAlertContainer';

const DEFAULT_RENDER_DATA = {
portletId: 'UNKNOWN_PORTLET_ID',
Expand Down

0 comments on commit b44f221

Please sign in to comment.