web/satellite: fix FileModal Share Link (#4341)
Co-authored-by: littleskunk <jens.heimbuerge@googlemail.com>
This commit is contained in:
parent
35113634f6
commit
f0ada87a9f
@ -545,7 +545,7 @@ export default class FileModal extends Vue {
|
||||
* Get the share link of the current opened file.
|
||||
*/
|
||||
public async getSharedLink(): Promise<void> {
|
||||
this.objectLink = await this.$store.state.files.getSharedLink(
|
||||
this.objectLink = await this.$store.state.files.fetchSharedLink(
|
||||
this.filePath
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user