Skip to content

Fix selects

Antoine requested to merge ZeHiro/kresus:fix-selects into master

This MR fixes a regression introduced in !496 (closed): The add operation modal wasn't migrated to the new category and type selects. The API of the selects were changed to a more classical API with 2 props:

  • onChange
  • selectedValue
Edited by Antoine

Merge request reports