feat : portal.html
This commit is contained in:
@@ -177,7 +177,7 @@
|
||||
const json_result = await http_response.json();
|
||||
|
||||
if (!http_response.ok) throw new Error(json_result.error || 'Gagal menarik data dari server.');
|
||||
|
||||
|
||||
muat_data_ke_tabel_admin(json_result);
|
||||
|
||||
} catch (error_sistem) {
|
||||
|
||||
Reference in New Issue
Block a user