Skip to content

Commit

Permalink
VT-40. Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
romina1601 committed Dec 17, 2024
1 parent cfdbc54 commit ef4bed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const xircuits: JupyterFrontEndPlugin<void> = {

// Load settings
console.log('SettingRegistry:', settingRegistry);
const settings = await settingRegistry
await settingRegistry
.load('tvb-ext-xircuits:settings')
.then(settings => {
console.log('Settings loaded:', settings.composite);
Expand Down

0 comments on commit ef4bed3

Please sign in to comment.