mirror of
https://github.com/igorski/bitmappery.git
synced 2026-06-17 11:45:04 +02:00
Linter error on out of scope constant declaration
This commit is contained in:
@@ -326,8 +326,8 @@ export default {
|
||||
});
|
||||
},
|
||||
async handleCreateFolderClick() {
|
||||
const folder = this.newFolderName;
|
||||
try {
|
||||
const folder = this.newFolderName;
|
||||
const result = await createFolder( this.leaf.path, folder );
|
||||
if ( !result ) {
|
||||
throw new Error();
|
||||
|
||||
Reference in New Issue
Block a user