Iterate PR
This commit is contained in:
parent
5098a304c9
commit
5dc542f189
7 changed files with 37 additions and 29 deletions
|
@ -27,7 +27,7 @@ import TabbedView, { Tab } from "../../structures/TabbedView";
|
|||
import SpaceSettingsGeneralTab from '../spaces/SpaceSettingsGeneralTab';
|
||||
import SpaceSettingsVisibilityTab from "../spaces/SpaceSettingsVisibilityTab";
|
||||
import SettingsStore from "../../../settings/SettingsStore";
|
||||
import {UIFeature} from "../../../settings/UIFeature";
|
||||
import { UIFeature } from "../../../settings/UIFeature";
|
||||
import AdvancedRoomSettingsTab from "../settings/tabs/room/AdvancedRoomSettingsTab";
|
||||
|
||||
export enum SpaceSettingsTab {
|
||||
|
@ -91,4 +91,3 @@ const SpaceSettingsDialog: React.FC<IProps> = ({ matrixClient: cli, space, onFin
|
|||
};
|
||||
|
||||
export default SpaceSettingsDialog;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue