Skip to content

Commit 5aeb4ba

Browse files
authored
Add files via upload
1 parent 78674e2 commit 5aeb4ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/editable-table/editable-table.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export class EditableTableComponent implements OnInit {
9595
data => {
9696
console.log("data deleted:\n" + data);
9797
},
98-
error => alert(error)
98+
error => console.log(error)
9999
)
100100
}
101101
);
@@ -135,7 +135,7 @@ export class EditableTableComponent implements OnInit {
135135
data => {
136136
console.log("data updated:\n" + data);
137137
},
138-
error => alert(error)
138+
error => console.log(error)
139139
)
140140
}
141141
createNew(){

0 commit comments

Comments
 (0)