We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c578632 commit 815c81cCopy full SHA for 815c81c
apps/files_sharing/src/models/Share.js
@@ -434,28 +434,6 @@ export default class Share {
434
return this.#share.can_edit === true
435
}
436
437
- /**
438
- * Can the current user CREATE this share ?
439
- *
440
- * @returns {boolean}
441
- * @readonly
442
- * @memberof Share
443
- */
444
- get canCreate() {
445
- return this.#share.can_create === true
446
- }
447
-
448
449
450
451
452
453
454
455
456
457
458
459
/**
460
* Can the current user DELETE this share ?
461
*
0 commit comments