|
|
@@ -39,13 +39,13 @@ export default {
|
|
|
},
|
|
|
[AssetType.PPT]: {
|
|
|
[State.AVAILABLE_ASSET]: createListOptions({ type: AssetType.PPT, status: State.AVAILABLE_ASSET }),
|
|
|
- [State.RESOLVED]: createListOptions({ type: AssetType.AUDIO, status: State.RESOLVED, originalName: '' }),
|
|
|
- [State.REJECTED]: createListOptions({ type: AssetType.AUDIO, status: State.REJECTED })
|
|
|
+ [State.RESOLVED]: createListOptions({ type: AssetType.PPT, status: State.RESOLVED, originalName: '' }),
|
|
|
+ [State.REJECTED]: createListOptions({ type: AssetType.PPT, status: State.REJECTED })
|
|
|
},
|
|
|
[AssetType.PDF]: {
|
|
|
[State.AVAILABLE_ASSET]: createListOptions({ type: AssetType.PDF, status: State.AVAILABLE_ASSET }),
|
|
|
- [State.RESOLVED]: createListOptions({ type: AssetType.AUDIO, status: State.RESOLVED, originalName: '' }),
|
|
|
- [State.REJECTED]: createListOptions({ type: AssetType.AUDIO, status: State.REJECTED })
|
|
|
+ [State.RESOLVED]: createListOptions({ type: AssetType.PDF, status: State.RESOLVED, originalName: '' }),
|
|
|
+ [State.REJECTED]: createListOptions({ type: AssetType.PDF, status: State.REJECTED })
|
|
|
}
|
|
|
}
|
|
|
},
|