commit | edb8a77437d95242ec1ddb98667b0c117a2fb36c | [log] [tgz] |
---|---|---|
author | Sukanya Pandey <sukapan1@in.ibm.com> | Thu Oct 29 11:33:42 2020 +0530 |
committer | Derick Montague <derick.montague@ibm.com> | Thu Nov 12 20:44:36 2020 +0000 |
tree | c7edc3bc20840fb99b15b02a5c0ec08209625177 | |
parent | 2f6d5520fd63c516684c753efcde54d493aa8c5f [diff] [blame] |
Resolve custom-event-name-casing lint warnings Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: I9eea4eac3b8cacc216fc9ad1011e51622622e75f
diff --git a/src/views/AccessControl/SslCertificates/SslCertificates.vue b/src/views/AccessControl/SslCertificates/SslCertificates.vue index fe63bd9..1365bd9 100644 --- a/src/views/AccessControl/SslCertificates/SslCertificates.vue +++ b/src/views/AccessControl/SslCertificates/SslCertificates.vue
@@ -80,7 +80,7 @@ :value="action.value" :title="action.title" :enabled="action.enabled" - @click:tableAction="onTableRowAction($event, item)" + @click-table-action="onTableRowAction($event, item)" > <template #icon> <icon-replace v-if="action.value === 'replace'" />