fixed error when opening application from recruiter view when sidepanel is closed
This commit is contained in:
@@ -105,7 +105,6 @@ async function postApp(appData) {
|
||||
}
|
||||
|
||||
async function handleApprove(id) {
|
||||
console.log("hi");
|
||||
await approveApplication(id);
|
||||
}
|
||||
|
||||
@@ -164,7 +163,8 @@ async function handleDeny(id) {
|
||||
</ApplicationForm>
|
||||
<div v-if="!newApp" class="pb-15">
|
||||
<h3 class="scroll-m-20 text-2xl font-semibold tracking-tight mb-4">Discussion</h3>
|
||||
<ApplicationChat :messages="chatData" @post="postComment" @post-internal="postCommentInternal" :admin-mode="finalMode === 'view-recruiter'">
|
||||
<ApplicationChat :messages="chatData" @post="postComment" @post-internal="postCommentInternal"
|
||||
:admin-mode="finalMode === 'view-recruiter'">
|
||||
</ApplicationChat>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user