refactor(FE): Remove unused import isResponseSuccess from

InventoryAdjustmentForm
This commit is contained in:
rstubryan
2026-02-26 11:11:51 +07:00
parent 9d4e9f6318
commit ebe80358ee
@@ -1,6 +1,6 @@
'use client';
import { isResponseError, isResponseSuccess } from '@/lib/api-helper';
import { isResponseError } from '@/lib/api-helper';
import { InventoryAdjustmentApi } from '@/services/api/inventory';
import {
CreateInventoryAdjustmentPayload,
@@ -727,7 +727,7 @@ const InventoryAdjustmentForm = ({
// Render
return (
<>
<section className='w-full max-w-xl'>
<section className='w-full'>
<header className='flex flex-col gap-4'>
<Button
href='/inventory/adjustment'