Skip to content

Commit

Permalink
chore: rebase and resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Antamansid committed Nov 5, 2024
2 parents a023a47 + e1b99fb commit c2a2bb1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/store/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export class GraphEditorSettings {
public $connectionComponents = computed(() => {
return this.$settings.value.connectionComponents;
});

public constructor(public rootStore: RootStore) {}

Check failure on line 58 in src/store/settings.ts

View workflow job for this annotation

GitHub Actions / Verify Files

Public accessibility modifier on method definition constructor

public setupSettings(config: Partial<TGraphSettingsConfig>) {
Expand Down

0 comments on commit c2a2bb1

Please sign in to comment.