isSensitive

This commit is contained in:
mattyatea 2023-10-07 20:19:42 +09:00
parent b09bfd5ad2
commit d4785c6420
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ onMounted(() => {
}).then(notes => {
for (const note of notes) {
for (const file of note.files) {
if (file.isSensitive){
if (!file.isSensitive){
files.push({
note,
file,