UBERF-4870: Fixed attribute creation (#4325)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2024-01-08 23:32:25 +07:00
committed by GitHub
parent 5d889380ab
commit 6abf41cd0f
2 changed files with 8 additions and 3 deletions
@@ -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">