chore: update the workarea page
This commit is contained in:
parent
bbc02e5fda
commit
62961363f3
@ -15,10 +15,7 @@ export const ApplicationStatus = Object.freeze({
|
||||
InterviewStep1: 8
|
||||
});
|
||||
|
||||
export const ApplicationStatusMaping: Record<
|
||||
(typeof ApplicationStatus)[keyof typeof ApplicationStatus],
|
||||
string
|
||||
> = Object.freeze({
|
||||
export const ApplicationStatusMaping: Record<AsEnum<typeof ApplicationStatus>, string> = Object.freeze({
|
||||
0: 'To Apply',
|
||||
1: 'Working On It',
|
||||
2: 'Ignore',
|
||||
|
@ -487,6 +487,9 @@
|
||||
>
|
||||
Tasks To Do
|
||||
</DropZone>
|
||||
{/if}
|
||||
|
||||
{#if [ApplicationStatus.TasksToDo, ApplicationStatus.Applyed].includes(activeItem.status)}
|
||||
|
||||
<!-- Tasks to do -->
|
||||
<DropZone
|
||||
|
Loading…
Reference in New Issue
Block a user