From 04913394c64f9fc3daf07bef49653deea5d325f0 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 3 Aug 2025 19:50:39 +0300 Subject: [PATCH] chore(react): clean up --- apps/client/src/widgets/dialogs/branch_prefix.tsx | 3 ++- apps/client/src/widgets/react/Button.tsx | 5 ++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/client/src/widgets/dialogs/branch_prefix.tsx b/apps/client/src/widgets/dialogs/branch_prefix.tsx index 4fed71b18..d16ae339b 100644 --- a/apps/client/src/widgets/dialogs/branch_prefix.tsx +++ b/apps/client/src/widgets/dialogs/branch_prefix.tsx @@ -9,6 +9,7 @@ import ReactBasicWidget from "../react/ReactBasicWidget.js"; import froca from "../../services/froca.js"; import tree from "../../services/tree.js"; import FBranch from "../../entities/fbranch.js"; +import Button from "../react/Button.jsx"; interface BranchPrefixDialogProps { branch?: FBranch; @@ -35,7 +36,7 @@ function BranchPrefixDialogComponent({ branch }: BranchPrefixDialogProps) { onShown={() => branchInput.current?.focus()} onSubmit={onSubmit} helpPageId="TBwsyfadTA18" - footer={} + footer={