From f6d998c53d4ce1db2d1387f6095637aeca340050 Mon Sep 17 00:00:00 2001 From: Simon Seyock <8100558+simonseyock@users.noreply.github.com> Date: Tue, 12 Sep 2023 14:04:49 +0200 Subject: [PATCH] fix: omit correct values from `UseModifyProps` --- src/Button/ModifyButton/ModifyButton.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Button/ModifyButton/ModifyButton.tsx b/src/Button/ModifyButton/ModifyButton.tsx index 1dabc4833b..ff0263ec36 100644 --- a/src/Button/ModifyButton/ModifyButton.tsx +++ b/src/Button/ModifyButton/ModifyButton.tsx @@ -46,7 +46,8 @@ interface OwnProps { editLabel?: boolean; } -export type ModifyButtonProps = OwnProps & Omit & Partial; +export type ModifyButtonProps = OwnProps & Omit & + Partial; /** * The className added to this component.