Skip to content
This repository was archived by the owner on Nov 19, 2021. It is now read-only.

Commit 4f69ff3

Browse files
committed
modal pagination and details.service 3
1 parent 8ebdb92 commit 4f69ff3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

oasp4js-sample/src/app/components/details/view/Details.component.ts

-4
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,8 @@ export class DetailsComponent implements OnChanges{
8787
submit(){
8888
this.parentTable.commands = this.detailsService.commands;
8989
this.resultEvent.emit(this.parentTable);
90-
<<<<<<< HEAD
9190
this.detailsService.resetCommands();
92-
document.getElementById("modal").hidden = !document.getElementById("modal").hidden;
93-
=======
9491
this.closeWindowEvent.emit(false);
95-
>>>>>>> 0ce25674b04094f8acc27cd440d4e31fc3b69785
9692
}
9793

9894
}

0 commit comments

Comments
 (0)