Commit 9e53ebe2 authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch 'jivanvl-add-category-modal-copy-button' into 'master'

Add category prop to modal_copy_button

See merge request gitlab-org/gitlab!51942
parents 76c99028 09ef323b
......@@ -55,6 +55,11 @@ export default {
required: false,
default: null,
},
category: {
type: String,
required: false,
default: 'primary',
},
},
computed: {
modalDomId() {
......@@ -95,6 +100,7 @@ export default {
:data-clipboard-target="target"
:data-clipboard-text="text"
:title="title"
:category="category"
icon="copy-to-clipboard"
/>
</template>
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