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 { ...@@ -141,7 +141,7 @@ export default {
</template> </template>
</table> </table>
<template #footer> <template #modal-footer>
<div></div> <div></div>
</template> </template>
</gl-modal> </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