mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
refactor(editor): Improve linting for component and prop names (no-changelog) (#8169)
This commit is contained in:
committed by
GitHub
parent
639afcd7a5
commit
68cff4c59e
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<n8n-card :class="$style.cardLink" v-if="worker">
|
||||
<n8n-card v-if="worker" :class="$style.cardLink">
|
||||
<template #header>
|
||||
<n8n-heading
|
||||
tag="h2"
|
||||
@@ -26,7 +26,7 @@
|
||||
</n8n-text>
|
||||
</div>
|
||||
<template #append>
|
||||
<div :class="$style.cardActions" ref="cardActions">
|
||||
<div ref="cardActions" :class="$style.cardActions">
|
||||
<!-- For future Worker actions -->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user