Skip to content

Commit

Permalink
Disable board config editor until NEAR-DevHub#80 release
Browse files Browse the repository at this point in the history
  • Loading branch information
carina-akaia committed Jun 2, 2023
1 parent ba2983d commit 52ac308
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ const GithubBoardConfigEditor = ({ label, pageURL }) => {
boardConfig: null,

editingMode: "form",
isEditingAllowed: true, // According to user permission level
isEditingAllowed: false, // According to user permission level
isEditorEnabled: false,

...Storage.get(
Expand Down

0 comments on commit 52ac308

Please sign in to comment.