Removing un-used statement.
This commit is contained in:
parent
489c67511c
commit
a325e39377
|
@ -21,9 +21,6 @@
|
||||||
$: getOptions(datasource)
|
$: getOptions(datasource)
|
||||||
|
|
||||||
const getOptions = datasource => {
|
const getOptions = datasource => {
|
||||||
if (!datasource) {
|
|
||||||
return
|
|
||||||
}
|
|
||||||
if (datasource.plus) {
|
if (datasource.plus) {
|
||||||
// Google Sheets' integration definition specifies `relationships: false` as it doesn't support relationships like other plus datasources
|
// Google Sheets' integration definition specifies `relationships: false` as it doesn't support relationships like other plus datasources
|
||||||
panelOptions =
|
panelOptions =
|
||||||
|
|
Loading…
Reference in New Issue