There was an error while loading. Please reload this page.
1 parent 8f82b2e commit f8d8eb5Copy full SHA for f8d8eb5
1 file changed
lib/ash_admin/components/resource/show.ex
@@ -275,6 +275,7 @@ defmodule AshAdmin.Components.Resource.Show do
275
data: data,
276
destination: destination,
277
destination_domain: destination_domain,
278
+ destination_format_fields: AshAdmin.Resource.format_fields(destination),
279
context: context,
280
destination_attribute: destination_attribute,
281
relationship_name: name
@@ -285,6 +286,7 @@ defmodule AshAdmin.Components.Resource.Show do
285
286
<Table.table
287
data={@data}
288
resource={@destination}
289
+ format_fields={@destination_format_fields}
290
domain={@destination_domain || Ash.Resource.Info.domain(@destination) || @domain}
291
table={@context[:data_layer][:table]}
292
prefix={@prefix}
0 commit comments