soiz1 commited on
Commit
4b58a7e
·
verified ·
1 Parent(s): 3bc137e

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={props.unsandboxed}
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={props.addToLibrary}
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