Skip to content

Extract defaultProps from a config file #13

Description

@vincentaudebert

As discussed with @loicteixeira it would be easier and more future proof to extract duplicated defaultProps to a global config file:

display: 'title',
filters: [],
translations: {},
pk_name: 'uuid',
page_size: 10,
page_size_param: 'page_size',

filters: [],
page_size: 10,
page_size_param: 'page_size',
translations: {},

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions