remove useless pencil for edit id

This commit is contained in:
Guilhem
2026-03-04 14:47:46 +00:00
parent 9e97122687
commit d4b4104cd7
2 changed files with 1 additions and 6 deletions
@@ -214,7 +214,7 @@
flowStore?.val?.value.failure_module
)}
<Drawer bind:open={editId}>
<DrawerContent title="Edit Step Id {id}" on:close={() => (editId = false)}>
<DrawerContent title="Edit step id {id}" on:close={() => (editId = false)}>
<div>
<IdEditorInput
buttonText="Edit Id "
@@ -87,11 +87,6 @@
}}
>
<span class="max-w-full text-2xs truncate flex items-center">
{#if !disableEditId && (editId || (hover && deletable))}
<span transition:slide={{ axis: 'x', duration: 100 }}>
<Pencil size={10} class="mr-1" />
</span>
{/if}
<span class="max-w-12 truncate">
{id}
</span>