Skip to content

Commit

Permalink
hotfix(app) : 스터디 없을 경우, 스터디원 추가 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
Sosohy committed Jun 13, 2024
1 parent 136f011 commit 89990de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/Study.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
</option>
</select>
</span>
&nbsp;&nbsp;<span v-if="studyTab && studyTab.length > 0" id="addEmployeeModal" data-bs-toggle="modal" data-bs-target="#addTab" class="text-muted"><small>+ 스터디원 추가</small></span>
<span v-else class="no-study-message">스터디가 존재하지 않습니다.</span>
&nbsp;&nbsp;<span id="addEmployeeModal" data-bs-toggle="modal" data-bs-target="#addTab" class="text-muted"><small>+ 스터디원 추가</small></span>


<div class="addEmployee-modal">
<div class="modal fade" id="addTab" tabindex="-1" aria-labelledby="addTabLabel" aria-hidden="true">
Expand Down

0 comments on commit 89990de

Please sign in to comment.