-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
619 change log bug fix #807
base: develop
Are you sure you want to change the base?
Conversation
Kudos, SonarCloud Quality Gate passed! |
please put more details into a description. it's unclear what exactly case is fixed and why Pull Request refers to itself though a link "#804 Change log" |
@@ -304,6 +304,9 @@ export type GetChangeLogType = ChangeLogType & { | |||
timezoneOffset: number; | |||
year: number; | |||
}; | |||
pagabel?: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pagabel
? where is it used?
}; | ||
const changesPerPage: PageSizeType = [10, 20, 50, 'All']; | ||
|
||
export const ChangeLog: React.FC = () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
plz highlight by commenting which parts have been changed - I assume most of this component has just been extracted from src/views/postUpdation/AllPostTypesUpdation.tsx
Pull Request Template
Type of Pull Request *
Related links
Issue link
#804 Change log
Description *
Add pagination