Fix ConfirmRunModal not showing up in view mode (#551)
This commit is contained in:
parent
ce628768bb
commit
5891d40271
|
|
@ -16,6 +16,7 @@ import {
|
||||||
getCanvasWidgetDsl,
|
getCanvasWidgetDsl,
|
||||||
getCurrentPageName,
|
getCurrentPageName,
|
||||||
} from "selectors/editorSelectors";
|
} from "selectors/editorSelectors";
|
||||||
|
import ConfirmRunModal from "pages/Editor/ConfirmRunModal";
|
||||||
|
|
||||||
const Section = styled.section`
|
const Section = styled.section`
|
||||||
background: ${props => props.theme.colors.bodyBG};
|
background: ${props => props.theme.colors.bodyBG};
|
||||||
|
|
@ -100,6 +101,7 @@ class AppViewerPageContainer extends Component<AppViewerPageContainerProps> {
|
||||||
pageId={this.props.match.params.pageId}
|
pageId={this.props.match.params.pageId}
|
||||||
pageName={this.props.currentPageName}
|
pageName={this.props.currentPageName}
|
||||||
/>
|
/>
|
||||||
|
<ConfirmRunModal />
|
||||||
</Section>
|
</Section>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user