mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-06 04:26:57 +00:00
fix redirection issue from entity details page to profiler page (#9494)
This commit is contained in:
parent
6030f4da79
commit
e0e37b5afc
@ -136,8 +136,9 @@ const ProfilerDashboardPage = () => {
|
||||
const fetchTableEntity = async () => {
|
||||
try {
|
||||
const fqn = isColumnView
|
||||
? getTableFQNFromColumnFQN(decodedEntityFQN)
|
||||
: decodedEntityFQN;
|
||||
? getTableFQNFromColumnFQN(entityTypeFQN)
|
||||
: entityTypeFQN;
|
||||
|
||||
const field = `tags, usageSummary, owner, followers${
|
||||
isColumnView ? ', profile' : ''
|
||||
}`;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user