Removed unused variables
This commit is contained in:
parent
6a5ef64d35
commit
659b5ad32a
1 changed files with 0 additions and 2 deletions
|
|
@ -41,8 +41,6 @@ export default () => {
|
|||
const [employeeName, setEmployeeName] = createSignal('')
|
||||
|
||||
const [filter, setFilter] = createSignal('')
|
||||
const [fullIDList, setFullIDList] = createSignal<string[]>([])
|
||||
const [fullNameList, setFullNameList] = createSignal<string[]>([])
|
||||
|
||||
const checkAccess = async (access: string) => {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue