feat: handle edit modals from advanced xblocks (#1445)
Adds new message types, updates message handlers, and implements a new modal iframe for legacy XBlock editing.
This commit is contained in:
@@ -39,6 +39,7 @@ const SavingErrorAlert = ({
|
||||
<AlertMessage
|
||||
show={showAlert}
|
||||
variant="danger"
|
||||
data-testid="saving-error-alert"
|
||||
icon={WarningIcon}
|
||||
title={intl.formatMessage(messages.warningTitle)}
|
||||
description={
|
||||
|
||||
Reference in New Issue
Block a user