mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(editor): Enable pin data button to also un-pin (#13642)
This commit is contained in:
committed by
GitHub
parent
d9e3cfe13f
commit
24681f843c
@@ -528,8 +528,7 @@ const showPinButton = computed(() => {
|
||||
|
||||
const pinButtonDisabled = computed(
|
||||
() =>
|
||||
pinnedData.hasData.value ||
|
||||
!rawInputData.value.length ||
|
||||
(!rawInputData.value.length && !pinnedData.hasData.value) ||
|
||||
!!binaryData.value?.length ||
|
||||
isReadOnlyRoute.value ||
|
||||
readOnlyEnv.value,
|
||||
|
||||
Reference in New Issue
Block a user