Skip to content

Commit

Permalink
fix: disable irrelevant custom domain and skin section
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Jan 8, 2025
1 parent 28dfa9a commit 83e5fca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/SetupExtras.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function handleSubmit() {

<SettingsVotingBlock context="setup" />

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

<SettingsSubSpacesBlock context="setup" />

Expand Down
4 changes: 2 additions & 2 deletions src/views/SpaceSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 83e5fca

Please sign in to comment.