fix: fixes issue where files imported from another account could not be deleted (#2082)

This commit is contained in:
Mo
2022-12-02 10:13:25 -06:00
committed by GitHub
parent 635e2d9150
commit b5b6192b60
5 changed files with 39 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ import ModalDialogLabel from '@/Components/Shared/ModalDialogLabel'
import Button from '@/Components/Button/Button'
import ImportPlugin from './Plugins/ImportPlugin/ImportPlugin'
import { NoteViewController } from '../Controller/NoteViewController'
import { spaceSeparatedStrings } from '../../../Utils/spaceSeparatedStrings'
import { spaceSeparatedStrings } from '@standardnotes/utils'
const NotePreviewCharLimit = 160