We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee6f0d commit ee27c07Copy full SHA for ee27c07
src/containers/tw-custom-extension-modal.jsx
@@ -160,7 +160,7 @@ class CustomExtensionModal extends React.Component {
160
} finally {
161
if (failed && this.props.swapId) {
162
// eslint-disable-next-line no-alert
163
- alert('The extension you used to for the edit has failed to load.');
+ alert('The extension you used for the edit has failed to load.');
164
this.props.vm.runtime._removeExtensionPrimitive(this.props.swapId);
165
}
166
if (failed) return;
0 commit comments