Pass the new allocated field through search filtering. Fixes issue where 0 allocated was reported in search results.
This commit is contained in:
@@ -221,6 +221,7 @@ export const useMainStore = defineStore('main', {
|
||||
name: doc.name,
|
||||
key: doc.key,
|
||||
size: doc.size,
|
||||
allocated: doc.allocated,
|
||||
mtime: doc.mtime,
|
||||
dir: doc.dir,
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user