implementing: staff page new modal for add new staff #20
Annotations
10 errors and 1 warning
Run npm run build --if-present:
src/configs/schema/staffSchema.ts#L1
'Dashboard' is declared but its value is never read.
|
Run npm run build --if-present:
src/configs/utils.ts#L1
'Dashboard' is declared but its value is never read.
|
Run npm run build --if-present:
src/pages/client/modals/mOrderPay.tsx#L11
'TorderWithDetails' is declared but its value is never read.
|
Run npm run build --if-present:
src/pages/client/modals/mOrderPay.tsx#L19
'TmodalOpenStates' is declared but its value is never read.
|
Run npm run build --if-present:
src/pages/client/modals/mOrderPay.tsx#L20
'Tclient' is declared but its value is never read.
|
Run npm run build --if-present:
src/pages/setting/modals/mUniDel.tsx#L7
All imports in import declaration are unused.
|
Run npm run build --if-present:
src/pages/setting/modals/mUniDel.tsx#L11
'TmodalOpenStates' is declared but its value is never read.
|
Run npm run build --if-present:
src/pages/setting/modals/mUniDel.tsx#L15
'Tprops' is declared but never used.
|
Run npm run build --if-present:
src/pages/staff/dataAccess.ts#L17
Argument of type '{ first_name: string; last_name: string; phone: string; email: string; address: string | null; role: string; }' is not assignable to parameter of type '{ role: string; email: string; phone: string; address: string | null; first_name: string; last_name: string; suburb: string | null; city: string | null; state: string | null; country: string | null; postcode: string | null; }'.
|
Run npm run build --if-present:
src/pages/staff/modals/mStaffForm.tsx#L25
'roleSelected' is declared but its value is never read.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading