Skip to content

Commit

Permalink
Merge pull request #348 from AnnMarieW/cleanup
Browse files Browse the repository at this point in the history
cleanup
  • Loading branch information
AnnMarieW authored Oct 11, 2024
2 parents bb844a0 + 9d42471 commit d6a9dd1
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 202 deletions.
5 changes: 1 addition & 4 deletions src/ts/components/core/chip/Chip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ interface Props
controlled?: boolean;
}

/**
Chip for use with the ChipGroup.
Must not set the `checked` prop because it conflicts with setting the value on the ChipGroup
**/
/** Chip for use with the ChipGroup. */
const Chip = (props: Props) => {
const {
children,
Expand Down
1 change: 1 addition & 0 deletions src/ts/props/dash.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export interface DashBaseProps {
"aria-*"?: string;
/** tab-index */
tabIndex?: number;
/** Object that holds the loading state object coming from dash-renderer */
loading_state?: {
/** Determines if the component is loading or not */
is_loading: boolean;
Expand Down
64 changes: 0 additions & 64 deletions usage-chip.py

This file was deleted.

50 changes: 0 additions & 50 deletions usage-chipgroup-multiple.py

This file was deleted.

51 changes: 0 additions & 51 deletions usage-chipgroup.py

This file was deleted.

33 changes: 0 additions & 33 deletions usage-notifications.py

This file was deleted.

0 comments on commit d6a9dd1

Please sign in to comment.