This is an automated email from the ASF dual-hosted git repository.

vogievetsky pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 2b2b9ef  add new text to lookup action dialog (#9643)
2b2b9ef is described below

commit 2b2b9efcd7918007b50340c8987821ebb06a6500
Author: mcbrewster <[email protected]>
AuthorDate: Wed Apr 8 12:30:47 2020 -0600

    add new text to lookup action dialog (#9643)
---
 .../src/components/lookup-values-table/lookup-values-table.tsx      | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git 
a/web-console/src/components/lookup-values-table/lookup-values-table.tsx 
b/web-console/src/components/lookup-values-table/lookup-values-table.tsx
index dddd91e..96798f4 100644
--- a/web-console/src/components/lookup-values-table/lookup-values-table.tsx
+++ b/web-console/src/components/lookup-values-table/lookup-values-table.tsx
@@ -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.'
+        }
       />
     );
   }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to