Skip to content

Commit

Permalink
feat: 저장 버튼 평소 활성화
Browse files Browse the repository at this point in the history
  • Loading branch information
bepyan committed Aug 20, 2024
1 parent f4f1710 commit 338a27c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/editor/sidebar/sidebar-settings-tab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,7 @@ function CustomDomainSection() {
type="submit"
size="sm"
className="ml-2 h-6"
disabled={
updateSubdomainMutation.isPending ||
field.state.value === editor.config.invitationSubdomain
}
disabled={updateSubdomainMutation.isPending}
>
저장
</Button>
Expand Down

0 comments on commit 338a27c

Please sign in to comment.