Skip to content
Snippets Groups Projects
Commit 919b8d27 authored by vkovtun's avatar vkovtun
Browse files

SSDM-14465: Fixed not properly working Data Browser component in the real...

SSDM-14465: Fixed not properly working Data Browser component in the real application (where authorisation is not a dummy authorisation).
parent f07263e2
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,7 @@ class DatabaseComponent extends React.PureComponent {
</Box>
<TabPanel classes={{ root: classes.tabsPanel }} value="0">
<DataBrowser
id={object.type + '-' + object.id}
id={object.id}
viewType='list'
sessionToken={AppController.getInstance().getSessionToken()}
/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment