Skip to content
Snippets Groups Projects
Commit 0ef8a101 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

Merge branch 'collections' of github.com:metabase/metabase into collections

parents 24aa8e4d 86d92326
No related branches found
No related tags found
No related merge requests found
......@@ -238,6 +238,6 @@ export default class Popover extends Component {
}
render() {
return null;
return <span className="hide" />;
}
}
......@@ -119,10 +119,13 @@ class BrowserSelect extends Component {
export class Option extends Component {
static propTypes = {
children: PropTypes.any,
selected: PropTypes.bool,
disabled: PropTypes.bool,
onClick: PropTypes.func
children: PropTypes.any,
selected: PropTypes.bool,
disabled: PropTypes.bool,
onClick: PropTypes.func,
icon: PropTypes.string,
iconColor: PropTypes.string,
iconSize: PropTypes.number,
};
render() {
......
......@@ -2,7 +2,6 @@ import React, { Component, PropTypes } from "react";
import ReactCSSTransitionGroup from "react-addons-css-transition-group";
import Icon from "metabase/components/Icon";
import FormField from "metabase/components/FormField.jsx";
import ModalContent from "metabase/components/ModalContent.jsx";
import Radio from "metabase/components/Radio.jsx";
......
......@@ -191,6 +191,7 @@
:table_id table-id
:query_type "query"
:collection_id nil
:collection nil
:archived false
:labels []})
((user->client :rasta) :get 200 (str "card/" (u/get-id card))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment