소스 검색

Fixed indentation on Admin/News.vue

theflametrooper 8 년 전
부모
커밋
bfbaaea5e8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: [],