Browse Source

fix:: button type

pull/6500/head
sreehari jayaraj 1 year ago
parent
commit
cb3a8ce6e3
  1. 2
      packages/nc-gui/components/nc/Button.vue

2
packages/nc-gui/components/nc/Button.vue

@ -17,7 +17,7 @@ import type { NcButtonSize } from '~/lib'
interface Props {
loading?: boolean
disabled?: boolean
type?: ButtonType | 'danger' | undefined
type?: ButtonType | 'danger' | 'secondary' | undefined
size?: NcButtonSize
centered?: boolean
}

Loading…
Cancel
Save