mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-06 01:37:42 +02:00
Fix type properties editor (#9227)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
+1
-1
@@ -23,5 +23,5 @@
|
||||
</script>
|
||||
|
||||
{#if type !== undefined && descriptor !== undefined}
|
||||
<ClassAttributes ofClass={descriptor.baseClass} _class={type.targetClass} {disabled} showHierarchy />
|
||||
<ClassAttributes _class={type.targetClass} {disabled} showHierarchy />
|
||||
{/if}
|
||||
|
||||
@@ -317,7 +317,7 @@
|
||||
/>
|
||||
</div>
|
||||
|
||||
<ClassAttributes ofClass={taskType.ofClass} _class={taskType.targetClass} showHierarchy disabled={readonly} />
|
||||
<ClassAttributes _class={taskType.targetClass} showHierarchy disabled={readonly} />
|
||||
</div>
|
||||
</Scroller>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user