We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cde38e commit 5f3280dCopy full SHA for 5f3280d
app/controllers/crates.js
@@ -10,7 +10,7 @@ export default class CratesController extends Controller {
10
page = '1';
11
per_page = 50;
12
sort = 'alpha';
13
- alphabet = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'.split('');
+ alphabet = [...'ABCDEFGHIJKLMNOPQRSTUVWXYZ'];
14
15
@readOnly('model.meta.total') totalItems;
16
@pagination() pagination;
0 commit comments