diff options
| author | Pitu <[email protected]> | 2020-12-25 20:17:47 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2020-12-25 20:17:47 +0900 |
| commit | 7190e035b441aef96c8249bb02d12f7cd55a17d9 (patch) | |
| tree | 9af45225da6f6e5d4d8e89cea59e843c533a67c8 /src/site/store/images.js | |
| parent | Chore: prevent server from starting if .env config missing (diff) | |
| download | host.fuwn.me-7190e035b441aef96c8249bb02d12f7cd55a17d9.tar.xz host.fuwn.me-7190e035b441aef96c8249bb02d12f7cd55a17d9.zip | |
chore: style changes
Diffstat (limited to 'src/site/store/images.js')
| -rw-r--r-- | src/site/store/images.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/store/images.js b/src/site/store/images.js index 69b4f5e..535e7cd 100644 --- a/src/site/store/images.js +++ b/src/site/store/images.js @@ -5,7 +5,7 @@ export const getDefaultState = () => ({ isLoading: false, pagination: { page: 1, - limit: 30, + limit: 50, totalFiles: 0 }, search: '', |