Skip to content

Commit ee27c07

Browse files
committed
oops forgot thi
1 parent eee6f0d commit ee27c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/tw-custom-extension-modal.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ class CustomExtensionModal extends React.Component {
160160
} finally {
161161
if (failed && this.props.swapId) {
162162
// eslint-disable-next-line no-alert
163-
alert('The extension you used to for the edit has failed to load.');
163+
alert('The extension you used for the edit has failed to load.');
164164
this.props.vm.runtime._removeExtensionPrimitive(this.props.swapId);
165165
}
166166
if (failed) return;

0 commit comments

Comments
 (0)