Skip to content

Commit 203f76f

Browse files
miaulalalanextcloud-command
authored andcommitted
fix(stream): add file path to tooltip
Signed-off-by: Anna Larch <anna@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
1 parent f4356d2 commit 203f76f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/richArgumentsTypes/FileRichArgument.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default {
6161
* Remove the file name from the path.
6262
*/
6363
parentFolder() {
64-
return dirname(this.name)
64+
return dirname(this.path)
6565
},
6666
},
6767

0 commit comments

Comments
 (0)