feat: fix hide only this on edit

This commit is contained in:
Nevo David 2025-06-09 23:40:16 +07:00
parent 9d98020be1
commit b06ccafa52
1 changed files with 1 additions and 1 deletions

View File

@ -979,7 +979,7 @@ Here are the things you can do:
{!!selectedIntegrations.length && (
<div className="flex-1 flex flex-col p-[16px] pt-0">
<ProvidersOptions
hideEditOnlyThis={!!set}
hideEditOnlyThis={!!addEditSets}
allIntegrations={props.allIntegrations || []}
integrations={selectedIntegrations}
editorValue={value}