Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: disable irrelevant custom domain and skin section #4960

Merged
merged 1 commit into from
Jan 9, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: disable irrelevant custom domain and skin section
  • Loading branch information
wa0x6e committed Jan 8, 2025

Verified

This commit was signed with the committer’s verified signature.
zosocanuck Ivan Wallis
commit 83e5fcab22ce4639be339e8a7ff5d9a542f55271
2 changes: 1 addition & 1 deletion src/components/SetupExtras.vue
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ function handleSubmit() {

<SettingsVotingBlock context="setup" />

<SettingsDomainBlock context="setup" />
<!-- <SettingsDomainBlock context="setup" /> -->

<SettingsSubSpacesBlock context="setup" />

4 changes: 2 additions & 2 deletions src/views/SpaceSettings.vue
Original file line number Diff line number Diff line change
@@ -303,10 +303,10 @@ onBeforeRouteLeave(async () => {
context="settings"
:is-view-only="isViewOnly"
/>
<SettingsDomainBlock
<!-- <SettingsDomainBlock
context="settings"
:is-view-only="isViewOnly"
/>
/> -->
<SettingsDangerzoneBlock
:is-controller="isSpaceController"
:ens-owner="ensOwner"