Browse Source

fix lint errors

Yuki Takei 1 year ago
parent
commit
26aca08a07

+ 1 - 1
apps/app/src/client/components/Admin/App/AppSetting.jsx

@@ -40,7 +40,7 @@ const AppSetting = (props) => {
           <input
           <input
             className="form-control"
             className="form-control"
             type="text"
             type="text"
-            defaletValue={adminAppContainer.state.title || ''}
+            defaultValue={adminAppContainer.state.title || ''}
             onChange={(e) => {
             onChange={(e) => {
               adminAppContainer.changeTitle(e.target.value);
               adminAppContainer.changeTitle(e.target.value);
             }}
             }}

+ 4 - 5
apps/app/src/client/components/Admin/Security/SamlSecuritySettingContents.jsx

@@ -486,11 +486,10 @@ pWVdnzS1VCO8fKsJ7YYIr+JmHvseph3kFUOI5RqkCcMZlKUv83aUThsTHw==
                               aria-expanded="true"
                               aria-expanded="true"
                               aria-controls="ablchelp"
                               aria-controls="ablchelp"
                             >
                             >
-                              <span
-                                className="material-symbols-outlined me-1"
-                                small
-                              >{this.state.isHelpOpened ? 'expand_more' : 'chevron_right'}
-                              </span> Show more...
+                              <span className="material-symbols-outlined me-1">
+                                {this.state.isHelpOpened ? 'expand_more' : 'chevron_right'}
+                              </span>
+                              Show more...
                             </button>
                             </button>
                           </h2>
                           </h2>
                           <Collapse isOpen={this.state.isHelpOpened}>
                           <Collapse isOpen={this.state.isHelpOpened}>