Skip to content

Commit 6009f18

Browse files
persists sortBy
1 parent f0aadf0 commit 6009f18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/containers/AdminCampaignList.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,8 @@ export const AdminCampaignList = ({
297297
});
298298
setState({
299299
...state,
300-
isLoading: false
300+
isLoading: false,
301+
sortBy: newSort
301302
});
302303
};
303304

0 commit comments

Comments
 (0)