isSensitive
This commit is contained in:
parent
b09bfd5ad2
commit
d4785c6420
|
@ -61,7 +61,7 @@ onMounted(() => {
|
||||||
}).then(notes => {
|
}).then(notes => {
|
||||||
for (const note of notes) {
|
for (const note of notes) {
|
||||||
for (const file of note.files) {
|
for (const file of note.files) {
|
||||||
if (file.isSensitive){
|
if (!file.isSensitive){
|
||||||
files.push({
|
files.push({
|
||||||
note,
|
note,
|
||||||
file,
|
file,
|
||||||
|
|
Loading…
Reference in New Issue