Skip to content

Commit

Permalink
Remove unused params from the components k-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
msasikanth committed Sep 19, 2023
1 parent a684750 commit 70ee4be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import org.hisp.dhis.mobile.ui.designsystem.theme.TextColor
* DHIS2 icon card matrix input component
* @param title: Label of the component
* @param data: List of [IconCardData] to show
* @param layoutType: [IconCardLayoutType] to render list in, Matrix or Sequential. Default is [IconCardLayoutType.Matrix]
* @param selectedData: Selected [IconCardData], renders selected UI around that item
* @param state: [InputShellState]
* @param supportingText: List of [SupportingTextData] that manages all the messages to be shown
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import org.hisp.dhis.mobile.ui.designsystem.theme.TextColor
* DHIS2 icon card sequential input component
* @param title: Label of the component
* @param data: List of [IconCardData] to show
* @param layoutType: [IconCardLayoutType] to render list in, Matrix or Sequential. Default is [IconCardLayoutType.Matrix]
* @param selectedData: Selected [IconCardData], renders selected UI around that item
* @param state: [InputShellState]
* @param supportingText: List of [SupportingTextData] that manages all the messages to be shown
Expand Down

0 comments on commit 70ee4be

Please sign in to comment.