We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a04cff5 commit aa5df75Copy full SHA for aa5df75
ui/src/components/LegacyCms/Actions/LoadUploadFile.tsx
@@ -468,7 +468,7 @@ const LoadUploadFile = (props: LoadUploadFileProps) => {
468
isLoading={isLoading}
469
loadingColor="#6c5ce7"
470
version="v2"
471
- disabled={isDisabled || isEmptyString(affix) || !reValidate}
+ disabled={isDisabled || isEmptyString(affix) || reValidate}
472
>
473
Validate File
474
</Button>
0 commit comments