mirror of
https://github.com/apache/druid.git
synced 2025-02-17 07:25:02 +00:00
add new text to lookup action dialog (#9643)
This commit is contained in:
parent
7bf2dfa3b1
commit
2b2b9efcd7
@ -90,7 +90,11 @@ export class LookupValuesTable extends React.PureComponent<
|
||||
accessor: 'v',
|
||||
},
|
||||
]}
|
||||
noDataText={error ? error : 'No data found'}
|
||||
noDataText={
|
||||
error
|
||||
? error
|
||||
: 'Lookup data not found. If this is a new lookup it might not have propagated yet.'
|
||||
}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user