From 03be3a6a99b1be71e5ab538f224d4584504bbe14 Mon Sep 17 00:00:00 2001 From: Rafiafrzl Date: Mon, 8 Dec 2025 13:48:15 +0700 Subject: [PATCH] fix: update column title from 'Aksi' to 'Action' in ListUser component for clarity --- src/pages/user/component/ListUser.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/user/component/ListUser.jsx b/src/pages/user/component/ListUser.jsx index e3c0de2..d8ae9fc 100644 --- a/src/pages/user/component/ListUser.jsx +++ b/src/pages/user/component/ListUser.jsx @@ -192,7 +192,7 @@ const columns = (showPreviewModal, showEditModal, showDeleteDialog, showApproval }, }, { - title: 'Aksi', + title: 'Action', key: 'aksi', align: 'center', width: '12%',