datajunction-ui 0.0.1-a43 → 0.0.1-a43.dev0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datajunction-ui",
3
- "version": "0.0.1a43",
3
+ "version": "0.0.1-a43.dev0",
4
4
  "description": "DataJunction Metrics Platform UI",
5
5
  "module": "src/index.tsx",
6
6
  "repository": {
@@ -49,7 +49,7 @@ describe('AddEditNodePage submission failed', () => {
49
49
  'Some Test Metric',
50
50
  '',
51
51
  'SELECT * FROM test',
52
- 'draft',
52
+ 'published',
53
53
  'default',
54
54
  null,
55
55
  undefined,
@@ -61,7 +61,7 @@ describe('AddEditNodePage submission succeeded', () => {
61
61
  'Some Test Dim',
62
62
  '',
63
63
  'SELECT a, b, c FROM test',
64
- 'draft',
64
+ 'published',
65
65
  'default',
66
66
  null,
67
67
  undefined,
@@ -129,7 +129,7 @@ describe('AddEditNodePage submission succeeded', () => {
129
129
  'Some Test Metric',
130
130
  '',
131
131
  'SELECT SUM(a) FROM default.repair_orders',
132
- 'draft',
132
+ 'published',
133
133
  'default',
134
134
  null,
135
135
  undefined,
@@ -49,7 +49,7 @@ export function AddEditNodePage() {
49
49
  type: nodeType,
50
50
  description: '',
51
51
  primary_key: '',
52
- mode: 'draft',
52
+ mode: 'published',
53
53
  };
54
54
 
55
55
  const validator = values => {
@@ -305,7 +305,7 @@ describe('CubeBuilderPage', () => {
305
305
  '',
306
306
  '',
307
307
  '',
308
- 'draft',
308
+ 'published',
309
309
  [
310
310
  'default.num_repair_orders',
311
311
  'default.avg_repair_price',
@@ -25,7 +25,7 @@ export function CubeBuilderPage() {
25
25
  namespace: action === Action.Add ? initialNamespace : '',
26
26
  display_name: '',
27
27
  description: '',
28
- mode: 'draft',
28
+ mode: 'published',
29
29
  metrics: [],
30
30
  dimensions: [],
31
31
  filters: [],