Skip to content

Commit

Permalink
increased string limit for items
Browse files Browse the repository at this point in the history
  • Loading branch information
DynieM committed Sep 30, 2024
1 parent 63801ca commit c19474c
Show file tree
Hide file tree
Showing 2 changed files with 2,347 additions and 2,087 deletions.
2 changes: 1 addition & 1 deletion src/creator.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SortItOut.controller('SortItOutController', [
'$mdToast',
'sanitizeHelper',
function($scope, $mdDialog, $mdToast, sanitizeHelper) {
$scope.MAX_ITEM_LENGTH = 30
$scope.MAX_ITEM_LENGTH = 200
$scope.MAX_NUM_FOLDERS = 6

$scope.folders = [
Expand Down
Loading

0 comments on commit c19474c

Please sign in to comment.