fix table component ids

This commit is contained in:
2023-05-12 21:50:23 -04:00
parent 49628cb9bb
commit 2179bd5d86
16 changed files with 76 additions and 63 deletions

View File

@ -122,7 +122,7 @@
<% else %>
<.live_component
module={CanneryWeb.Components.ShotRecordTableComponent}
id="shot_records_index_table"
id="shot-records-index-table"
shot_records={@shot_records}
current_user={@current_user}
>