mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
refactor(editor): Apply Prettier (no-changelog) (#4920)
* ⚡ Adjust `format` script * 🔥 Remove exemption for `editor-ui` * 🎨 Prettify * 👕 Fix lint
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
<template>
|
||||
<div class='ph-no-capture' :class="$style.container">
|
||||
<span
|
||||
v-if="readonly"
|
||||
:class="$style.headline"
|
||||
>
|
||||
<div class="ph-no-capture" :class="$style.container">
|
||||
<span v-if="readonly" :class="$style.headline">
|
||||
{{ name }}
|
||||
</span>
|
||||
<div
|
||||
@@ -91,7 +88,6 @@ export default mixins(showMessage).extend({
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<style module lang="scss">
|
||||
.container {
|
||||
display: flex;
|
||||
@@ -146,5 +142,4 @@ export default mixins(showMessage).extend({
|
||||
margin-left: 4px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user