Skip to content

Commit

Permalink
PER-8502-notify-upload-fail-role-permission
Browse files Browse the repository at this point in the history
Fixed the passed url string
  • Loading branch information
crisnicandrei committed Mar 6, 2024
1 parent 6c990cb commit 509255f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/core/services/upload/upload.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export class UploadService implements HasSubscriptions, OnDestroy {
false,
[],
{},
'"https://permanent.zohodesk.com/portal/en/kb/articles/roles-for-collaboration-and-sharing"',
'https://permanent.zohodesk.com/portal/en/kb/articles/roles-for-collaboration-and-sharing',
'Read More'
);
break;
Expand Down

0 comments on commit 509255f

Please sign in to comment.