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 1003b11 commit 158dc75Copy full SHA for 158dc75
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