Commit 5b859130 authored by Lukas Eipert's avatar Lukas Eipert

Detailed metrics modal: Fix modal footer

The modal for detailed metrics shouldn't have a footer with buttons, but
because we use the wrong slot name, `#footer` instead of
`#modal-footer`, we show OK and Cancel Buttons.

See: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/46183
parent 31c61f62
......@@ -141,7 +141,7 @@ export default {
</template>
</table>
<template #footer>
<template #modal-footer>
<div></div>
</template>
</gl-modal>
......
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