Change meta.total to optional in receiveCampaignsSuccess.
This commit is contained in:
parent
f5ba6d94ac
commit
a4e11924fd
|
@ -49,7 +49,7 @@ export const receiveCampaignsSuccess = ( success: {
|
|||
meta: {
|
||||
page: number;
|
||||
perPage: number;
|
||||
total: number;
|
||||
total?: number;
|
||||
};
|
||||
} ) => {
|
||||
return {
|
||||
|
|
Loading…
Reference in New Issue