Skip to content

Commit ec273c8

Browse files
committed
Merge pull request #4774 from voxel51/release/v0.25.1
Release/v0.25.1
2 parents 868e339 + 5d0226e commit ec273c8

File tree

39 files changed

+573
-373
lines changed

39 files changed

+573
-373
lines changed

.github/disabled_workflows/chromatic.yml

-44
This file was deleted.

.github/workflows/build-desktop.yml

-103
This file was deleted.

app/packages/app/src/pages/datasets/__generated__/DatasetPageQuery.graphql.ts

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/packages/components/src/components/PillButton/PillButton.tsx

+5-5
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ const PillButton = React.forwardRef<HTMLButtonElement, PillButtonProps>(
4949
);
5050

5151
type PillButtonProps = {
52-
onClick: (event: Event) => void;
53-
id?: string;
54-
open?: boolean;
52+
arrow?: boolean;
5553
highlight?: boolean;
56-
text?: string;
5754
icon?: JSX.Element;
58-
arrow?: boolean;
55+
id?: string;
56+
onClick: (event: Event) => void;
57+
open?: boolean;
5958
style?: React.CSSProperties;
59+
text?: string;
6060
title: string;
6161
};
6262

0 commit comments

Comments
 (0)