Commit 9d88c9ed authored by David O'Regan's avatar David O'Regan Committed by Olena Horal-Koretska

Refractor: remove un-needed data toggle

parent 5c420d6e
......@@ -107,7 +107,6 @@ export default {
</gl-dropdown-item>
</gl-dropdown>
<!-- eslint-disable @gitlab/vue-no-data-toggle -->
<gl-button
v-gl-tooltip
v-gl-modal.modal-license-delete-confirmation
......@@ -117,10 +116,8 @@ export default {
icon="remove"
class="js-remove-button gl-ml-3"
category="tertiary"
data-toggle="modal"
@click="setLicenseInModal(license)"
/>
<!-- eslint-enable @gitlab/vue-no-data-toggle -->
</div>
</div>
</div>
......
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