mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
Fix tag attribute lock (#10850)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -91,6 +91,7 @@
|
||||
<Button
|
||||
icon={isLocked ? Lock : Unlock}
|
||||
kind={'link'}
|
||||
disabled={readonly}
|
||||
size={'medium'}
|
||||
showTooltip={{ label: isLocked ? card.string.UnLockSection : card.string.LockSection }}
|
||||
on:click={toggleLock}
|
||||
|
||||
Reference in New Issue
Block a user