Fleet UI: Policy description now multi-line (#11785)

This commit is contained in:
RachelElysia 2023-05-19 09:06:10 -04:00 committed by GitHub
parent dcc22f436b
commit f3e44b8e1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1 @@
- Policy description has text area instead of one-line area

View file

@ -129,6 +129,7 @@ const SaveNewPolicyModal = ({
value={description}
inputClassName={`${baseClass}__policy-save-modal-description`}
label="Description"
type="textarea"
placeholder="Add a description here (optional)"
/>
<InputField