fix lint issue

This commit is contained in:
Amruth Pillai
2025-01-14 09:52:26 +01:00
parent a32def2086
commit 15f962310b

View File

@ -86,7 +86,7 @@ export const ResumeDialog = () => {
if (!payload.item?.id) return;
await updateResume({
...payload.item,
id: payload.item.id,
title: values.title,
slug: values.slug,
});