Commented Speaking from level for the time being

This commit is contained in:
Carlos-Mesquita
2024-11-12 14:34:40 +00:00
parent 1cc068db3e
commit 36c3bb4392

View File

@@ -211,6 +211,7 @@ const LevelSettings: React.FC = () => {
/>
</Dropdown>
</div >
{/*
<div>
<Dropdown title="Add Speaking Exercises" className={
clsx(
@@ -268,6 +269,7 @@ const LevelSettings: React.FC = () => {
}
</Dropdown>
</div>
*/}
</SettingsEditor >
);
};