Bläddra i källkod

Fixed indentation on Admin/News.vue

theflametrooper 8 år sedan
förälder
incheckning
bfbaaea5e8
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      frontend/components/Admin/News.vue

+ 1 - 1
frontend/components/Admin/News.vue

@@ -151,7 +151,7 @@
 
 
 				_this.socket.emit('news.create', _this.creating, result => {
 				_this.socket.emit('news.create', _this.creating, result => {
 					Toast.methods.addToast(result.message, 4000);
 					Toast.methods.addToast(result.message, 4000);
-						if (result.status == 'success') _this.creating = {
+					if (result.status == 'success') _this.creating = {
 						title: '',
 						title: '',
 						description: '',
 						description: '',
 						bugs: [],
 						bugs: [],