File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ import { ref } from 'vue'
3535import CommonIcons from ' ../common/CommonIcons.vue'
3636
3737const { history } = defineProps <{ history: TaskDetailHistoryProps [] }>()
38- const isPossible = ref (history .length == 0 )
38+ const isPossible = ref (history .length === 0 )
3939const placeHolderText = ref (isPossible ?.value ? ' 텍스트를 입력' : ' 요청 승인 후 작성할 수 있습니다' )
4040
4141const handleFileUpload = (event : Event ) => {
Original file line number Diff line number Diff line change 5050 ? 'text-disabled w-[21px]'
5151 : 'text-red-1 w-[21px]'
5252 " >
53- {{ isEdit&& editValue.divisionId === division.divisionId ? '취소' : '삭제' }}
53+ {{ isEdit && editValue.divisionId === division.divisionId ? '취소' : '삭제' }}
5454 </button >
5555 </div >
5656 </div >
You can’t perform that action at this time.
0 commit comments