Skip to content

Commit

Permalink
Merge pull request #4886 from nextcloud-libraries/chore/lint
Browse files Browse the repository at this point in the history
chore(lint): use valid JSDoc for literal type union
  • Loading branch information
susnux authored Nov 30, 2023
2 parents dae6dd9 + 3ac2dd5 commit 81641b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/NcDialog/NcDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export default defineComponent({
/**
* Size of the underlying NcModal
* @default 'small'
* @values 'small', 'normal', 'large', 'full'
* @type {'small'|'normal'|'large'|'full'}
*/
size: {
type: String,
Expand Down
2 changes: 1 addition & 1 deletion src/components/NcDialogButton/NcDialogButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default defineComponent({
/**
* The button type, see NcButton
* @values 'primary', 'secondary', 'error', 'warning', 'success'
* @type {'primary'|'secondary'|'error'|'warning'|'success'}
*/
type: {
type: String,
Expand Down

0 comments on commit 81641b3

Please sign in to comment.