Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Jul 18, 2023
1 parent 053cd79 commit 1cff480
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/controllers/AdminImportTaskController.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ public function actions()
'filters' => false,
'backendShowings' => false,
'grid' => [

'defaultOrder' => [
'id' => SORT_DESC,
],

'on init' => function (Event $e) {
/**
Expand Down

0 comments on commit 1cff480

Please sign in to comment.