Skip to content

Commit

Permalink
fixing start job stylesheets
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Mar 13, 2020
1 parent 4dae95a commit 43e9cec
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
@import 'components/job_group/index';
@import 'components/jobs_list/index'; // SASSTODO: Dangerous EUI overwrites
@import 'components/jobs_list_view/index';
@import 'components/multi_job_actions/index'; // SASSTODO: Dangerous EUI overwrites
@import 'components/start_datafeed_modal/index'; // SASSTODO: Needs a rewrite
@import 'components/multi_job_actions/index'; // SASSTODO: Dangerous EUI overwrites

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* you may not use this file except in compliance with the Elastic License.
*/

import './_time_range_selector.scss';
import PropTypes from 'prop-types';
import React, { Component, useState, useEffect } from 'react';

Expand Down

0 comments on commit 43e9cec

Please sign in to comment.