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