Skip to content

Commit

Permalink
Fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Etheryte committed Feb 25, 2025
1 parent 70c5e24 commit 22acefe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/html/src/components/hub/RegisterPeripheralForm.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import * as React from "react";

import { productName } from "core/user-preferences";

import { AsyncButton, SubmitButton } from "components/buttons";
import { Form, Password, Radio, Text, TextArea } from "components/input";
import { Messages, MessageType } from "components/messages/messages";
import { TopPanel } from "components/panels";
import Validation from "components/validation";

import { Utils } from "utils/functions";
import Network from "utils/network";

import { HubRegisterRequest } from "./types";
Expand Down Expand Up @@ -130,7 +131,6 @@ export class RegisterPeripheralForm extends React.Component<Props, State> {
}

public render(): React.ReactNode {
const productName = Utils.getProductName();
return (
<TopPanel title={t("Register a new peripheral server")} icon="fa fa-plus">
{this.state.loading && (
Expand Down

0 comments on commit 22acefe

Please sign in to comment.