Rework Add Indexer Modal

This commit is contained in:
Qstick
2021-02-13 02:56:30 -05:00
parent 56d5356f1e
commit 413fc1aa11
21 changed files with 323 additions and 722 deletions

View File

@@ -119,7 +119,7 @@ const selectOptionsShape = {
ProviderFieldFormGroup.propTypes = {
advancedSettings: PropTypes.bool.isRequired,
name: PropTypes.string.isRequired,
label: PropTypes.string.isRequired,
label: PropTypes.string,
helpText: PropTypes.string,
helpLink: PropTypes.string,
value: PropTypes.any,