Skip to content

Commit

Permalink
Merge branch 'main' into Speech-to-Text
Browse files Browse the repository at this point in the history
  • Loading branch information
bsu3338 authored Aug 6, 2023
2 parents 69ff48d + 06a7fba commit cfe6325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions client/src/components/Endpoints/Settings/AgentSettings.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { TModelSelectProps } from '~/common';
import type { ESide } from '~/common';
import { TModelSelectProps, ESide } from '~/common';
import {
Switch,
SelectDropDown,
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/Endpoints/Settings/OptionHover.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import { HoverCardPortal, HoverCardContent } from '~/components/ui';
import type { ESide } from '~/common';
import { ESide } from '~/common';
import { useLocalize } from '~/hooks';

type TOptionHoverProps = {
Expand Down

0 comments on commit cfe6325

Please sign in to comment.