|
@@ -124,6 +124,7 @@ const formatData = (data: any) => {
|
|
return data.map((v: any) => {
|
|
return data.map((v: any) => {
|
|
return {
|
|
return {
|
|
name: v.name,
|
|
name: v.name,
|
|
|
|
+ fileName:v.name,
|
|
additions: v?.response?.result.id,
|
|
additions: v?.response?.result.id,
|
|
path: v?.response?.result?.path,
|
|
path: v?.response?.result?.path,
|
|
publicity: v?.publicity ? 1 : 0,
|
|
publicity: v?.publicity ? 1 : 0,
|