mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
fix(editor): Consistent protected environment styling and messaging (#12374)
This commit is contained in:
committed by
GitHub
parent
983e87a9b0
commit
6891cefa6d
@@ -8,6 +8,7 @@ type Action = {
|
||||
};
|
||||
defineProps<{
|
||||
actions: Action[];
|
||||
disabled?: boolean;
|
||||
}>();
|
||||
|
||||
const emit = defineEmits<{
|
||||
@@ -25,7 +26,7 @@ const emit = defineEmits<{
|
||||
:teleported="false"
|
||||
@action="emit('action', $event)"
|
||||
>
|
||||
<N8nIconButton :class="[$style.buttonGroupDropdown]" icon="angle-down" />
|
||||
<N8nIconButton :disabled="disabled" :class="[$style.buttonGroupDropdown]" icon="angle-down" />
|
||||
</N8nActionToggle>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user