Skip to content

Commit 988ed37

Browse files
committed
Merge branch 'main' of github.com:OpenAgentPlatform/Dive
2 parents b321d66 + e87bbbf commit 988ed37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/App.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ function App() {
138138
})
139139
.then(loadOapTools)
140140
.catch(console.error)
141+
.then(removeOapConfig)
142+
.then(writeOapConfig)
143+
.catch(console.error)
141144
}, [])
142145

143146
// set system theme

0 commit comments

Comments
 (0)