diff --git a/web/src/components/channel_config/ChannelEditActions.tsx b/web/src/components/channel_config/ChannelEditActions.tsx index eafc5976..e7131170 100644 --- a/web/src/components/channel_config/ChannelEditActions.tsx +++ b/web/src/components/channel_config/ChannelEditActions.tsx @@ -1,9 +1,9 @@ import Button from '@mui/material/Button'; import Stack from '@mui/material/Stack'; +import { SaveChannelRequest } from '@tunarr/types'; import { useContext } from 'react'; -import { ChannelEditContext } from '../../pages/channels/EditChannelContext.ts'; import { useFormContext } from 'react-hook-form'; -import { SaveChannelRequest } from '@tunarr/types'; +import { ChannelEditContext } from '../../pages/channels/EditChannelContext.ts'; export default function ChannelEditActions() { const { channelEditorState } = useContext(ChannelEditContext)!; @@ -17,7 +17,7 @@ export default function ChannelEditActions() { {!channelEditorState.isNewChannel ? ( <>