mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
Renaming field to control (#2210)
This commit is contained in:
committed by
GitHub
parent
d5ba88b407
commit
1e47d6fb41
@@ -1,7 +1,7 @@
|
||||
/* eslint no-console: 0 */
|
||||
import fs from 'fs';
|
||||
import path from 'path';
|
||||
import { fields } from './explorev2/stores/fields';
|
||||
import { fields } from './explorev2/stores/controls';
|
||||
|
||||
function exportFile(fileLocation, content) {
|
||||
fs.writeFile(fileLocation, content, function (err) {
|
||||
|
||||
Reference in New Issue
Block a user