Skip to content

Commit 6f1bd82

Browse files
remove unused buttonSize from confirm dialog composable
Co-authored-by: Alireza Heidari <itisalirh@gmail.com>
1 parent 80c5742 commit 6f1bd82

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

client/src/composables/confirmDialog.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ export interface ConfirmDialogOptions {
3939
* @default "Cancel"
4040
*/
4141
cancelText?: string;
42-
/**
43-
* Footer button size: 'small', 'medium, 'large'
44-
* @default undefined (medium)
45-
*/
46-
buttonSize?: ComponentSize;
4742
/**
4843
* An AbortSignal that cancels the dialog when aborted.
4944
* Injected automatically by `useConfirmDialog` on caller unmount.

0 commit comments

Comments
 (0)