Skip to content

Commit

Permalink
remove verified from projectVerificationTab edit menu
Browse files Browse the repository at this point in the history
  • Loading branch information
RamRamez committed Jul 11, 2024
1 parent f7462a2 commit 8533319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/adminJs/tabs/projectVerificationTab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ export const projectVerificationTab = {
list: true,
filter: true,
show: true,
edit: true,
edit: false,
new: true,
},
},
Expand Down Expand Up @@ -389,7 +389,7 @@ export const projectVerificationTab = {
list: true,
filter: true,
show: true,
edit: true,
edit: false,
new: false,
},
},
Expand Down

0 comments on commit 8533319

Please sign in to comment.