checking if user can edit a readme file should be a PUT, not a GET

This commit is contained in:
jasquat 2023-11-30 07:46:40 -05:00
parent c814e255e4
commit ac0c83d695
1 changed files with 1 additions and 1 deletions

View File

@ -575,7 +575,7 @@ export default function ProcessModelShow() {
</Column>
<Column md={1} lg={1} sm={1}>
<Can
I="GET"
I="PUT"
a={targetUris.processModelFileCreatePath}
ability={ability}
>