Skip to content

Commit

Permalink
Fix loading group
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriibudko committed Jun 14, 2024
1 parent 5e5e829 commit 3975718
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pages/data-providers/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ export async function getServerSideProps({ query }) {
props: {
initialState: {
dataProviders: {
data:
normalizeDataProviders(data),
data: normalizeDataProviders(data),
params: {
...Object.fromEntries(
Object.entries(query).filter(([, v]) => v != null)
Expand Down

0 comments on commit 3975718

Please sign in to comment.