Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mateothegreat committed Oct 12, 2024
1 parent e73641e commit b9002c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/modal-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export class ModalManager {

public open(config: ModalConfig<any>, props?: any): void {
const instance = new ModalInstance(config);
console.log(instance);

this.modals[instance.config.id] = instance;
this.modals[instance.config.id].manager = this;
Expand Down

0 comments on commit b9002c5

Please sign in to comment.