Skip to content

Commit

Permalink
Fixed validation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Jun 13, 2022
1 parent f89dab4 commit 36a38a3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,7 @@
"persistentCacheManagerDirectory": {
"title": "label.persistent-cache-manager-directory",
"description": "tooltip.persistent-cache-manager-directory",
"type": "string",
"minLength": 1
"type": "string"
},
"initializeFromPersistentCacheInBackground": {
"title": "label.initialize-from-persistent-cache-in-background",
Expand Down

0 comments on commit 36a38a3

Please sign in to comment.