|
|
@ -188,7 +188,7 @@ const descriptionInput = ref((el) => { |
|
|
|
<div class="flex flex-row items-center"> |
|
|
|
<div class="flex flex-row items-center"> |
|
|
|
<a-button type="text" class="!px-0"> |
|
|
|
<a-button type="text" class="!px-0"> |
|
|
|
<div class="flex flex-row items-center h-[1.2rem]"> |
|
|
|
<div class="flex flex-row items-center h-[1.2rem]"> |
|
|
|
<IcBaselineMoreVert class="nc-token-menu"/> |
|
|
|
<IcBaselineMoreVert class="nc-token-menu" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</a-button> |
|
|
|
</a-button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -242,9 +242,9 @@ const descriptionInput = ref((el) => { |
|
|
|
@finish="generateToken" |
|
|
|
@finish="generateToken" |
|
|
|
> |
|
|
|
> |
|
|
|
<a-input |
|
|
|
<a-input |
|
|
|
data-cy="nc-token-modal-description" |
|
|
|
|
|
|
|
:ref="descriptionInput" |
|
|
|
:ref="descriptionInput" |
|
|
|
v-model:value="selectedTokenData.description" |
|
|
|
v-model:value="selectedTokenData.description" |
|
|
|
|
|
|
|
data-cy="nc-token-modal-description" |
|
|
|
:placeholder="$t('labels.description')" |
|
|
|
:placeholder="$t('labels.description')" |
|
|
|
/> |
|
|
|
/> |
|
|
|
|
|
|
|
|
|
|
|