2
0
Эх сурвалжийг харах

revert ConfigurationDropdown

Yuki Takei 3 жил өмнө
parent
commit
7e5150e327

+ 3 - 0
apps/app/src/components/PageEditor/OptionsSelector.tsx

@@ -268,6 +268,9 @@ export const OptionsSelector = (): JSX.Element => {
             onChange={newValue => mutateCurrentIndentSize(newValue)}
             onChange={newValue => mutateCurrentIndentSize(newValue)}
           />
           />
         </span>
         </span>
+        <span className="ml-2 ml-sm-4">
+          <ConfigurationDropdown />
+        </span>
       </div>
       </div>
     </>
     </>
   );
   );