We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db88ca8 commit 9d57c3fCopy full SHA for 9d57c3f
packages/compass-components/src/components/loader.tsx
@@ -51,7 +51,7 @@ type SpinLoaderWithLabelProps = Omit<SpinLoaderProps, 'size' | 'title'> & {
51
52
type CancelActionProps = {
53
onCancel(): void;
54
- cancelText: string;
+ cancelText?: string;
55
};
56
57
type CancelLoaderProps = Omit<SpinLoaderWithLabelProps, 'children'> &
0 commit comments