Skip to content

Commit

Permalink
refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliu-dev committed Jan 3, 2025
1 parent c5abb76 commit 6f92205
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { OptionalRefParams } from "@lib/params";
import AddItemDropdown from "./AddItemDropdown";
import ResetConnectionButton from "./RefreshConnectionButton";
import RefreshConnectionButton from "./RefreshConnectionButton";
import css from "./index.module.css";

type Props = {
Expand All @@ -10,8 +10,8 @@ type Props = {
export default function RightHeaderButtons(props: Props) {
return (
<div className={css.topRight}>
<RefreshConnectionButton />
<AddItemDropdown params={props.params} />
<ResetConnectionButton />
</div>
);
}

0 comments on commit 6f92205

Please sign in to comment.