Change meta.total to optional in receiveCampaignsSuccess.

This commit is contained in:
Gan Eng Chin 2023-02-24 23:44:47 +08:00
parent f5ba6d94ac
commit a4e11924fd
No known key found for this signature in database
GPG Key ID: 94D5D972860ADB01
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ export const receiveCampaignsSuccess = ( success: {
meta: {
page: number;
perPage: number;
total: number;
total?: number;
};
} ) => {
return {