mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-02-04 13:45:13 +00:00
checking if user can edit a readme file should be a PUT, not a GET
This commit is contained in:
parent
c814e255e4
commit
ac0c83d695
@ -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}
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user