1
0
mirror of https://github.com/flarum/core.git synced 2025-08-09 18:07:02 +02:00

formatting fix

This commit is contained in:
Alexander Skvortsov
2020-08-15 23:12:57 -04:00
committed by Franz Liedke
parent 0341e64057
commit 5ec9c52b04

View File

@@ -140,7 +140,7 @@ export default {
app.composer.load(EditPostComposer, { post: this }); app.composer.load(EditPostComposer, { post: this });
app.composer.show(); app.composer.show();
return resolve() return resolve();
}); });
}, },