diff --git a/catch/permissions/tables/Role.php b/catch/permissions/tables/Role.php index a2ef123..aa4cd54 100644 --- a/catch/permissions/tables/Role.php +++ b/catch/permissions/tables/Role.php @@ -29,7 +29,9 @@ class Role extends CatchTable ->withApiRoute('roles') ->withActions([ Actions::create() - ])->withDialogWidth('40%') + ]) + ->withBind() + ->withDialogWidth('40%') ->toTreeTable() ->forceUpdate() ->render();