Skip to content

Commit

Permalink
fix: remove runtime config after change
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayideyia committed Dec 25, 2024
1 parent 799d410 commit dac58c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/ProfilesView/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const handleUseProfile = async (p: IProfile) => {
appSettingsStore.app.kernel.profile = p.id
if (appSettingsStore.app.kernel.running) {
await kernelApiStore.restartKernel()
await kernelApiStore.restartKernel(undefined, false)
}
}
Expand Down

0 comments on commit dac58c5

Please sign in to comment.