Step 8.5: Move some space settings dialog construction
This commit is contained in:
parent
c8582c7199
commit
528482f74d
6 changed files with 106 additions and 16 deletions
|
@ -26,10 +26,7 @@ import { useSettingValue } from "../../../hooks/useSettings";
|
|||
import SettingsStore from "../../../settings/SettingsStore";
|
||||
import { SettingLevel } from "../../../settings/SettingLevel";
|
||||
import RoomName from "../elements/RoomName";
|
||||
|
||||
export enum SpacePreferenceTab {
|
||||
Appearance = "SPACE_PREFERENCE_APPEARANCE_TAB",
|
||||
}
|
||||
import { SpacePreferenceTab } from "../../../dispatcher/payloads/OpenSpacePreferencesPayload";
|
||||
|
||||
interface IProps extends IDialogProps {
|
||||
space: Room;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue