Fix handling of backup tasks; closes #2067

This commit is contained in:
Dane Everitt 2020-06-18 21:00:04 -07:00
parent 364b645b81
commit 693b9eab0c
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
5 changed files with 35 additions and 11 deletions

View file

@ -71,7 +71,10 @@ const TaskDetailsForm = ({ isEditingTask }: { isEditingTask: boolean }) => {
:
<div>
<label className={'input-dark-label'}>Ignored Files</label>
<FormikFieldWrapper name={'payload'}>
<FormikFieldWrapper
name={'payload'}
description={'Optional. Include the files and folders to be excluded in this backup. By default, the contents of your .pteroignore file will be used.'}
>
<FormikField as={'textarea'} name={'payload'} className={'input-dark h-32'}/>
</FormikFieldWrapper>
</div>