Skip to content

Commit 3e0fe6b

Browse files
committed
remove the hardcoded true which was used during testing
1 parent 8abb36a commit 3e0fe6b

File tree

1 file changed

+0
-1
lines changed
  • pages/[userId]/[repositoryId]/releases

1 file changed

+0
-1
lines changed

pages/[userId]/[repositoryId]/releases/new.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ const RepositoryReleaseView = ({
7878
setIsDao(true);
7979
setDaoInfo(dao);
8080
setRequiresProposal(dao?.config?.require_release_proposal || false);
81-
setRequiresProposal(true);
8281
}
8382
};
8483

0 commit comments

Comments
 (0)