fix: Adjust form items as required
Form item status is required when resetting manila share status Change-Id: Id43cddb9b5682a3cfbab7cd88a8e182cfc3180b5
This commit is contained in:
parent
450f62a0bb
commit
ce667489a3
@ -68,6 +68,7 @@ export class ResetStatus extends ModalAction {
|
|||||||
label: t('New Status'),
|
label: t('New Status'),
|
||||||
type: 'select',
|
type: 'select',
|
||||||
options: this.statusOptions,
|
options: this.statusOptions,
|
||||||
|
required: true,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user