fixed lint issue

This commit is contained in:
sunilyadav840 2021-08-16 18:50:37 +05:30
parent 27e99d7f2f
commit 5287e6e29f

View File

@ -129,6 +129,7 @@ export const AddTableEntityPanel: FunctionComponent<AddTableEntityPanelProps> =
handleError(errorMessage, "AddTableRow"); handleError(errorMessage, "AddTableRow");
throw error; throw error;
} finally { } finally {
closeSidePanel();
setIsExecuting(false); setIsExecuting(false);
} }
}; };