Explorar o código

Fixed indentation on Admin/News.vue

theflametrooper %!s(int64=8) %!d(string=hai) anos
pai
achega
bfbaaea5e8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 => {
 					Toast.methods.addToast(result.message, 4000);
-						if (result.status == 'success') _this.creating = {
+					if (result.status == 'success') _this.creating = {
 						title: '',
 						description: '',
 						bugs: [],