Spaces:
Runtime error
Runtime error
Update src/components/tw-custom-extension-modal/custom-extension-modal.jsx
Browse files
src/components/tw-custom-extension-modal/custom-extension-modal.jsx
CHANGED
@@ -131,7 +131,7 @@ const CustomExtensionModal = props => (
|
|
131 |
<label className={styles.unsandboxedContainer}>
|
132 |
<FancyCheckbox
|
133 |
className={styles.unsandboxedCheckbox}
|
134 |
-
checked=
|
135 |
onChange={props.onChangeUnsandboxed}
|
136 |
/>
|
137 |
<FormattedMessage
|
@@ -198,7 +198,7 @@ const CustomExtensionModal = props => (
|
|
198 |
<label className={styles.checkboxContainer}>
|
199 |
<FancyCheckbox
|
200 |
className={styles.basicCheckbox}
|
201 |
-
checked=
|
202 |
onChange={props.onChangeAddToLibrary}
|
203 |
/>
|
204 |
<FormattedMessage
|
|
|
131 |
<label className={styles.unsandboxedContainer}>
|
132 |
<FancyCheckbox
|
133 |
className={styles.unsandboxedCheckbox}
|
134 |
+
checked=true
|
135 |
onChange={props.onChangeUnsandboxed}
|
136 |
/>
|
137 |
<FormattedMessage
|
|
|
198 |
<label className={styles.checkboxContainer}>
|
199 |
<FancyCheckbox
|
200 |
className={styles.basicCheckbox}
|
201 |
+
checked=true
|
202 |
onChange={props.onChangeAddToLibrary}
|
203 |
/>
|
204 |
<FormattedMessage
|