mirror of https://github.com/apache/druid.git
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',
|
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…
Reference in New Issue