Skip to content

Commit

Permalink
Merge pull request #1656 from BEXIS2/747-replace-primary-data-telerik…
Browse files Browse the repository at this point in the history
…-table_2

#747 remove slot name in hook container
  • Loading branch information
DavidBlaa authored Apr 2, 2024
2 parents 26a3120 + 73c1f66 commit e0f59b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</head>
<body data-theme="bexis2theme" >
<div id="test" dataset="1">
<div id="edit" dataset="3" version="0" >
<div id="edit" dataset="6" version="0" >
<div id="datastructure" dataset="2" version="0" file="Plants Species Interactions.csv">
<div id="view" dataset="1" version="0">
<div style="display: contents" class="h-full overflow-hidden">%sveltekit.body%</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
<!-- if hooks list is loaded render hooks -->
<div class="grid divide-y">
<HookContainer {...metadataHook}>
<div slot="view">

<div>
<Metadata {id} {version} {...metadataHook} />
</div>
</HookContainer>
Expand Down

0 comments on commit e0f59b4

Please sign in to comment.