isSensitive
This commit is contained in:
parent
abb79a0b36
commit
a1094a3efc
|
@ -61,12 +61,14 @@ onMounted(() => {
|
|||
}).then(notes => {
|
||||
for (const note of notes) {
|
||||
for (const file of note.files) {
|
||||
if (file.isSensitive){
|
||||
files.push({
|
||||
note,
|
||||
file,
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
fetching = false;
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue