mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(editor): Addressing internal testing feedback for folders (no-changelog) (#13997)
This commit is contained in:
committed by
GitHub
parent
305ea0fb32
commit
1f56a24bbd
@@ -56,6 +56,7 @@ const showSettings = computed(
|
||||
);
|
||||
|
||||
const homeProject = computed(() => projectsStore.currentProject ?? projectsStore.personalProject);
|
||||
|
||||
const showFolders = computed(() => {
|
||||
return settingsStore.isFoldersFeatureEnabled && route.name !== VIEWS.WORKFLOWS;
|
||||
});
|
||||
@@ -189,7 +190,7 @@ const onSelect = (action: string) => {
|
||||
}
|
||||
|
||||
.actions {
|
||||
padding: var(--spacing-2xs) 0 var(--spacing-l);
|
||||
padding: var(--spacing-2xs) 0 var(--spacing-xs);
|
||||
}
|
||||
|
||||
@include mixins.breakpoint('xs-only') {
|
||||
|
||||
Reference in New Issue
Block a user