Skip to content

Commit

Permalink
dtoFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
nkonev committed Jan 15, 2025
1 parent 4cc7d62 commit 75ea990
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/common/components/FileListModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ import Mark from "mark.js";
import {getStoredFileListMode, setStoredFileListMode} from "../localStore.js";
import FileListContextMenu from "./FileListContextMenu.vue";
export const dtoFactory = () => {return {items: [], count: 0} };
export default {
data () {
return {
Expand Down

0 comments on commit 75ea990

Please sign in to comment.