mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 04:37:44 +02:00
UBERF-4870: Fixed attribute creation (#4325)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
<ObjectPresenter _class={clazz._class} objectId={clazz._id} value={clazz} />
|
||||
{/if}
|
||||
</div>
|
||||
<Button icon={IconAdd} size={'small'} kind={'primary'} on:click={() => mainAttributes?.createAttribute()} />
|
||||
<Button icon={IconAdd} size={'small'} kind={'primary'} on:click={(ev) => mainAttributes?.createAttribute(ev)} />
|
||||
</div>
|
||||
<div class="ml-2 mr-2">
|
||||
<table class="antiTable mx-2">
|
||||
|
||||
Reference in New Issue
Block a user