Skip to content

Commit

Permalink
Correct 'placeHolder'
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Jan 12, 2023
1 parent 10014d9 commit fbbe5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/user/formats/hal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export function editPrivileges(principal: Principal, userPrivileges: PrivilegeMa
prompt: 'Resource (uri)',
required: true,
type: 'url',
placeHolder: 'https://my-api/resource/foo',
placeholder: 'https://my-api/resource/foo',
},
{
name: 'action',
Expand Down

0 comments on commit fbbe5bf

Please sign in to comment.