Skip to content

Commit

Permalink
fix: import shared filterProps data for flyout example (#5087)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgallo committed May 6, 2024
1 parent 5ec8526 commit 7a5de0d
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
* LICENSE file in the root directory of this source tree.
*/

/* eslint-disable react-hooks/exhaustive-deps */

import React from 'react';
import { action } from '@storybook/addon-actions';
import { Datagrid } from '../../index';
Expand All @@ -17,6 +15,7 @@ import { handleFilterTagLabelText } from '../../utils/handleFilterTagLabelText';
import { multiSelectProps } from './Panel.stories';
import { FilteringUsage } from '../../utils/FilteringUsage';
import { getDateFormat } from '../../utils/getDateFormat';
import { filterProps } from './Panel.stories';

export default {
title: 'IBM Products/Components/Datagrid/Filtering/Flyout',
Expand All @@ -34,7 +33,6 @@ export default {
},
},
},
excludeStories: ['FilteringUsage', 'filterProps'],
};

const FilteringTemplateWrapper = ({ ...args }) => {
Expand Down

0 comments on commit 7a5de0d

Please sign in to comment.