feat: hide slug from user
This commit is contained in:
parent
4cf493cd03
commit
3bd3a42be4
3 changed files with 6 additions and 20 deletions
|
|
@ -50,7 +50,12 @@ defmodule MvWeb.CustomFieldLive.Show do
|
|||
<.list>
|
||||
<:item title="Id">{@custom_field.id}</:item>
|
||||
|
||||
<:item title="Slug">{@custom_field.slug}</:item>
|
||||
<:item title="Slug">
|
||||
{@custom_field.slug}
|
||||
<p class="mt-2 text-sm leading-6 text-zinc-600">
|
||||
{gettext("Auto-generated identifier (immutable)")}
|
||||
</p>
|
||||
</:item>
|
||||
|
||||
<:item title="Name">{@custom_field.name}</:item>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue