Skip to content

Commit

Permalink
details: remove parsing for name field
Browse files Browse the repository at this point in the history
  • Loading branch information
0einstein0 authored and alejandromumo committed Oct 2, 2024
1 parent c62bc1d commit 50a7c76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const listUIEndpoint = domContainer.dataset.listEndpoint;
const resourceSchema = JSON.parse(domContainer.dataset?.resourceSchema);
const requestHeaders = JSON.parse(domContainer.dataset?.requestHeaders);
const uiSchema = JSON.parse(domContainer.dataset?.uiConfig);
const name = JSON.parse(domContainer.dataset?.name);
const name = domContainer.dataset?.name;

domContainer &&
ReactDOM.render(
Expand Down

0 comments on commit 50a7c76

Please sign in to comment.