]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/js/vues/components/autosuggest.js
Removing the selected image and clearing the dropdzone on dialog close.
[bookstack] / resources / assets / js / vues / components / autosuggest.js
index 4d6b97e55634b0ae93956fda9855f1320194afb8..1ab51510f697f68fe86d7c362ae82d69bace215e 100644 (file)
@@ -125,6 +125,4 @@ const methods = {
 
 };
 
-const computed = [];
-
-module.exports = {template, data, props, methods, computed};
\ No newline at end of file
+module.exports = {template, data, props, methods};
\ No newline at end of file