diff options
Diffstat (limited to 'server/sonar-web/src/main/js/apps/quality-profiles/home/CreateProfileForm.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/apps/quality-profiles/home/CreateProfileForm.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/js/apps/quality-profiles/home/CreateProfileForm.tsx b/server/sonar-web/src/main/js/apps/quality-profiles/home/CreateProfileForm.tsx index ed4dbb325ac..bdc3ac85a88 100644 --- a/server/sonar-web/src/main/js/apps/quality-profiles/home/CreateProfileForm.tsx +++ b/server/sonar-web/src/main/js/apps/quality-profiles/home/CreateProfileForm.tsx @@ -176,6 +176,8 @@ export default class CreateProfileForm extends React.PureComponent<Props, State> </p> </div> ))} + {/* drop me when we stop supporting ie11 */} + <input type="hidden" name="hello-ie11" value="" /> </div> )} |