[web] directory modal handling fix

This commit is contained in:
whatdoineed2do/Ray
2023-01-21 21:37:34 +00:00
parent 4f848948e7
commit dd1b39b347
3 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@
/>
<modal-dialog-directory
:show="show_details_modal"
:directory="current_directory"
:directory="{ path: current_directory }"
@close="show_details_modal = false"
/>
</template>