Skip to content

Commit 0efc807

Browse files
author
jiangpeiling
committed
šŸ› Refreshing the knowledge base or Agent configuration page will return to the model configuration page.
1 parent 950b45c commit 0efc807

File tree

1 file changed

+1
-1
lines changed
  • frontend/app/[locale]/setup/model

1 file changed

+1
-1
lines changed

ā€Žfrontend/app/[locale]/setup/model/page.tsxā€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {CONNECTION_STATUS, ConnectionStatus,} from "@/const/modelConfig";
1515
import log from "@/lib/logger";
1616

1717
import SetupLayout from "../SetupLayout";
18-
import AppModelConfig from "../model/config";
18+
import AppModelConfig from "./config";
1919

2020
export default function ModelSetupPage() {
2121
const { message } = App.useApp();

0 commit comments

Comments
Ā (0)