Skip to content

Commit b06ccaf

Browse files
committed
feat: fix hide only this on edit
1 parent 9d98020 commit b06ccaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/components/launches/add.edit.model.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ Here are the things you can do:
979979
{!!selectedIntegrations.length && (
980980
<div className="flex-1 flex flex-col p-[16px] pt-0">
981981
<ProvidersOptions
982-
hideEditOnlyThis={!!set}
982+
hideEditOnlyThis={!!addEditSets}
983983
allIntegrations={props.allIntegrations || []}
984984
integrations={selectedIntegrations}
985985
editorValue={value}

0 commit comments

Comments
 (0)