Skip to content

Commit dd89cdb

Browse files
fix: update diff-viewer startup (#216)
Co-authored-by: sarah.wangxj <sarah.wangxj@antgroup.com>
1 parent c69277d commit dd89cdb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/startup/src/diff-viewer/index.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ const App = () => {
6565
appConfig={{
6666
layoutViewSize: {},
6767
}}
68+
runtimeConfig={{
69+
aiNative: {
70+
enable: false,
71+
}
72+
}}
6873
onWillApplyTheme={() => {
6974
return overrideColorTokens;
7075
}}

0 commit comments

Comments
 (0)