Browse Source

remove unused import

pull/227/head
Hunter Thornsberry 2 years ago
parent
commit
12337b1aba
  1. 3
      src/components/PageComponents/Channel.tsx

3
src/components/PageComponents/Channel.tsx

@ -1,4 +1,4 @@
import { ChannelValidation, Channel_SettingsValidation } from "@app/validation/channel.js";
import type{ ChannelValidation } from "@app/validation/channel.js";
import { DynamicForm } from "@components/Form/DynamicForm.js";
import { useToast } from "@core/hooks/useToast.js";
import { useDevice } from "@core/stores/deviceStore.js";
@ -85,7 +85,6 @@ export const Channel = ({ channel }: SettingsPanelProps): JSX.Element => {
name: "settings.uplinkEnabled",
label: "Uplink Enabled",
description: "Send messages from the local mesh to MQTT",
},
{
type: "toggle",

Loading…
Cancel
Save