Skip to content

Commit

Permalink
Fix dependencies for link (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-andrey authored Mar 23, 2020
1 parent 05c85c2 commit 63b7b26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
sheetComponentName=sheetComponentName
readonlyMode=readonlyMode
isNewModel=selectedValue.isNew
sheetButtons=(array 'save' 'share' 'dependencies')
sheetButtons=(array 'save' 'share' (if (not isLink) 'dependencies'))
saveSheet=(action 'save')
contentSheetValue=selectedValue
}}
Expand Down

0 comments on commit 63b7b26

Please sign in to comment.