Skip to content

Commit

Permalink
Merge pull request #1794 from MizouziE/patch-1
Browse files Browse the repository at this point in the history
Fix typo in dashboard docs
  • Loading branch information
haringsrob authored Sep 13, 2022
2 parents d7c3c53 + c65f512 commit b474316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/dashboard/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ return [
'routePrefix' => 'work', // optional, if the module is living under a specific routes group
'count' => true, // show total count with link to index of this module
'create' => true, // show link in create new dropdown
'activity' => true, // show activities on this module in actities list
'activity' => true, // show activities on this module in activities list
'draft' => true, // show drafts of this module for current user
'search' => true, // show results for this module in global search
],
Expand Down

0 comments on commit b474316

Please sign in to comment.