u
This commit is contained in:
@@ -196,7 +196,7 @@ class KreditorTable extends Component {
|
||||
}, 100);
|
||||
|
||||
try {
|
||||
const response = await this.authService.apiCall(`/admin/kreditoren/${kreditor.id}`, {
|
||||
const response = await this.authService.apiCall(`/admin/kreditoren/${itemToDelete.id}`, {
|
||||
method: 'DELETE',
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user