Skip to content

Commit 3f3a56a

Browse files
committed
DOMA-4011 remove unused var
1 parent a4cbe56 commit 3f3a56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/condo/domains/ticket/components/TicketForm/UpdateTicketForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const ApplyChangesActionBar = ({ handleSave, isLoading }) => {
2828
return (
2929
<Form.Item noStyle shouldUpdate>
3030
{
31-
({ getFieldsValue, resetFields }) => {
31+
({ getFieldsValue }) => {
3232
const { property, details, placeClassifier, categoryClassifier, deadline } = getFieldsValue(REQUIRED_TICKET_FIELDS)
3333
const disabledCondition = !property || !details || !placeClassifier || !categoryClassifier || !deadline
3434
return (

0 commit comments

Comments
 (0)