Skip to content

Commit 0700a18

Browse files
committed
fix(stream): add file path to tooltip
Signed-off-by: Anna Larch <anna@nextcloud.com>
1 parent a325ced commit 0700a18

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)