Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions components/admin/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,6 @@ const Table: FC = () => {
setWhichChoiceTab={setWhichChoiceTab}
whichChoiceTab={whichChoiceTab}
/>
<ApplicationsTable
activeRole={activeRole}
whichChoiceTab={whichChoiceTab}
setNumFirstChoiceEntries={setNumFirstChoiceEntries}
numFirstChoiceEntries={numFirstChoiceEntries}
numSecondChoiceEntries={numSecondChoiceEntries}
setWhichChoiceTab={setWhichChoiceTab}
whichChoiceTab={whichChoiceTab}
/>
{selectedDropdownItem === "Review Dashboard" && (
<ReviewTable
activeRole={activeRole}
Expand Down
2 changes: 2 additions & 0 deletions graphql/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export const applicationTableQueries = {
teamPlayer
desireToLearn
skillCategory

}
}
}
Expand Down Expand Up @@ -110,6 +111,7 @@ export const applicationTableQueries = {
teamPlayer
desireToLearn
skillCategory

}
}
}
Expand Down