Skip to content

Commit 9d57c3f

Browse files
committed
.
1 parent db88ca8 commit 9d57c3f

File tree

1 file changed

+1
-1
lines changed
  • packages/compass-components/src/components

1 file changed

+1
-1
lines changed

packages/compass-components/src/components/loader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ type SpinLoaderWithLabelProps = Omit<SpinLoaderProps, 'size' | 'title'> & {
5151

5252
type CancelActionProps = {
5353
onCancel(): void;
54-
cancelText: string;
54+
cancelText?: string;
5555
};
5656

5757
type CancelLoaderProps = Omit<SpinLoaderWithLabelProps, 'children'> &

0 commit comments

Comments
 (0)