Commit ea477c44 authored by Nathan Friend's avatar Nathan Friend

Fix quick submit button tooltip

This commit fixes a bug in quick_submit.js that caused the submit button
tooltip not to be rendered and an error to be printed to the browser
console.
parent eb1e610b
......@@ -72,7 +72,7 @@ $(document).on(
$this.tooltip({
container: 'body',
html: 'true',
html: true,
placement: 'top',
title,
trigger: 'manual',
......
---
title: Fix submit button tooltips for forms with quick submit behavior
merge_request: 39225
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment