Skip to content

Commit

Permalink
chore: fix remote engine from welcome screen
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur committed Jan 8, 2025
1 parent 4cf2642 commit ba12fb1
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -308,11 +308,7 @@ const OnDeviceStarterScreen = ({ isShowStarterScreen }: Props) => {
key={remoteEngine}
onClick={() => {
setMainViewState(MainViewState.Settings)
setSelectedSetting(
extensionHasSettings.find((x) =>
x.name?.toLowerCase().includes(remoteEngine)
)?.setting as string
)
setSelectedSetting(remoteEngine as InferenceEngine)

Check failure on line 311 in web/screens/Thread/ThreadCenterPanel/ChatBody/OnDeviceStarterScreen/index.tsx

View workflow job for this annotation

GitHub Actions / test-on-macos

Replace `remoteEngine·as·InferenceEngine` with `⏎··································remoteEngine·as·InferenceEngine⏎································`

Check failure on line 311 in web/screens/Thread/ThreadCenterPanel/ChatBody/OnDeviceStarterScreen/index.tsx

View workflow job for this annotation

GitHub Actions / test-on-ubuntu

Replace `remoteEngine·as·InferenceEngine` with `⏎··································remoteEngine·as·InferenceEngine⏎································`

Check failure on line 311 in web/screens/Thread/ThreadCenterPanel/ChatBody/OnDeviceStarterScreen/index.tsx

View workflow job for this annotation

GitHub Actions / coverage-check

Replace `remoteEngine·as·InferenceEngine` with `⏎··································remoteEngine·as·InferenceEngine⏎································`

Check failure on line 311 in web/screens/Thread/ThreadCenterPanel/ChatBody/OnDeviceStarterScreen/index.tsx

View workflow job for this annotation

GitHub Actions / test-on-windows-pr

Replace `remoteEngine·as·InferenceEngine` with `␍⏎··································remoteEngine·as·InferenceEngine␍⏎································`
}}
>
{engineLogo && (
Expand Down

0 comments on commit ba12fb1

Please sign in to comment.