Skip to content

Commit

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

0 comments on commit f7462a2

Please sign in to comment.