close #3103 Fixed: Sorting feature on tax settings page not working

This commit is contained in:
Cüneyt Şentürk 2023-11-29 17:47:28 +03:00
parent 6d5b72d077
commit 8bae57e858
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ class Tax extends Model
*
* @var array
*/
public $sortable = ['name', 'rate', 'enabled'];
public $sortable = ['name', 'type', 'rate'];
public function items()
{