Add required proxy link prop to CEO
parent
23ecccb650
commit
308dae93e5
|
@ -195,9 +195,10 @@ CellEditorOverlay.propTypes = {
|
|||
autoRefresh: number.isRequired,
|
||||
source: shape({
|
||||
links: shape({
|
||||
proxy: string.isRequired,
|
||||
queries: string.isRequired,
|
||||
}),
|
||||
}),
|
||||
}).isRequired,
|
||||
}).isRequired,
|
||||
editQueryStatus: func.isRequired,
|
||||
queryStatus: shape({
|
||||
queryID: string,
|
||||
|
|
Loading…
Reference in New Issue