@dataclouder/ngx-agent-cards 0.1.18 → 0.1.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3430,7 +3430,6 @@ class PromptPreviewDialogComponent {
|
|
|
3430
3430
|
constructor() {
|
|
3431
3431
|
this.dynamicDialogConfig = inject(DynamicDialogConfig);
|
|
3432
3432
|
this.dialogRef = inject(DynamicDialogRef);
|
|
3433
|
-
debugger;
|
|
3434
3433
|
this.data = this.dynamicDialogConfig.data;
|
|
3435
3434
|
}
|
|
3436
3435
|
close() {
|