diff options
author | skjnldsv <skjnldsv@protonmail.com> | 2025-01-10 11:56:17 +0100 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2025-01-22 16:29:36 +0000 |
commit | 7d8bb60bfe3b310b3c9909128a441a8336b638c8 (patch) | |
tree | a7ef74bdde97d05ce4961233f8e8b9095e96629c /apps/files/src/store/files.ts | |
parent | fe4f40d4dbca96e61a6fdc299405cebedc0ea0cc (diff) | |
download | nextcloud-server-7d8bb60bfe3b310b3c9909128a441a8336b638c8.tar.gz nextcloud-server-7d8bb60bfe3b310b3c9909128a441a8336b638c8.zip |
feat(files): add conversion action
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files/src/store/files.ts')
-rw-r--r-- | apps/files/src/store/files.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/src/store/files.ts b/apps/files/src/store/files.ts index 08b5d0757d3..a2413b5a1ba 100644 --- a/apps/files/src/store/files.ts +++ b/apps/files/src/store/files.ts @@ -54,7 +54,7 @@ export const useFilesStore = function(...args) { actions: { /** - * Get cached nodes within a given path + * Get cached child nodes within a given path * * @param service The service (files view) * @param path The path relative within the service |