Revize fedb75d6
Přidáno uživatelem Fantič před téměř 2 roky(ů)
src/stores/actions/itemThunks.ts | ||
---|---|---|
16 | 16 |
|
17 | 17 |
// data with image |
18 | 18 |
if (response.status === 200 && response.data.object.length > 1) { |
19 |
|
|
19 | 20 |
return { |
20 | 21 |
id: itemId, |
21 | 22 |
fullView: true, |
Také k dispozici: Unified diff
re #10454: ItemView: get itemViewState fix