main
Ilham Wara Nugroho 2026-03-13 09:59:43 +07:00
parent 3ca9bb457e
commit f33a579bd1
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ class DatasetController extends Controller
$action = '';
if(access('is_read', $this->route.'.*','module',false)){
$action .= '<div class="flex flex-col gap-1 justify-center text-center items-center">';
$action .= '<div class="flex gap-1 justify-center items-center flex-row">';
if((access('is_update', $this->route.'.*','module',false))){
if(($row->created_by == auth()->user()->id) && ($row->status == 2)){