Skip to content
Snippets Groups Projects
Commit f2c06c4c authored by Tom Robinson's avatar Tom Robinson
Browse files

Lint + prettier + snapshot iifixes

parent 84ef2c60
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ export default class CreateDashboardModal extends Component {
const { payload } = await this.props.createDashboard(newDash);
this.props.push(Urls.dashboard(payload.result));
this.props.onClose();
}
};
render() {
let formError;
......@@ -152,4 +152,3 @@ export default class CreateDashboardModal extends Component {
);
}
}
/* @flow */
import React, { Component } from "react";
import { connect } from "react-redux";
import { t } from "c-3po";
import ModalContent from "metabase/components/ModalContent.jsx";
......
import React from "react";
import PropTypes from "prop-types";
import _ from "underscore";
import { t } from "c-3po";
import { Flex, Box } from "grid-styled";
......@@ -9,7 +8,6 @@ import Subhead from "metabase/components/Subhead";
import Button from "metabase/components/Button";
import Icon from "metabase/components/Icon";
import CollectionListLoader from "metabase/containers/CollectionListLoader";
import CollectionPicker from "metabase/containers/CollectionPicker";
class CollectionMoveModal extends React.Component {
......
import React from "react";
import ItemSelect from "./ItemSelect";
import CollectionPicker from "./CollectionPicker";
......
......@@ -625,7 +625,8 @@ exports[`Select should render "Default" correctly 1`] = `
style={undefined}
>
<div
className="AdminSelect border-med flex align-center "
className="AdminSelect flex align-center"
style={undefined}
>
<span
className="AdminSelect-content mr1"
......@@ -658,7 +659,8 @@ exports[`Select should render "With search" correctly 1`] = `
style={undefined}
>
<div
className="AdminSelect border-med flex align-center "
className="AdminSelect flex align-center"
style={undefined}
>
<span
className="AdminSelect-content mr1"
......
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