File tree Expand file tree Collapse file tree 3 files changed +1
-66
lines changed
vis_type_custom_form_filter_accounts/public Expand file tree Collapse file tree 3 files changed +1
-66
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import { Plugin as ExpressionsPublicPlugin } from '../../expressions/public';
2323import { VisualizationsSetup } from '../../visualizations/public' ;
2424
2525import { customFormFilterAccountsVisDefinition } from './custom_form_filter_accounts_vis' ;
26- import { createCustomFormFilterAccountsVisFn } from './custom_form_filter_accounts_fn' ;
26+ // import { createCustomFormFilterAccountsVisFn } from './custom_form_filter_accounts_fn';
2727import { ConfigSchema } from '../config' ;
2828
2929import './index.scss' ;
Original file line number Diff line number Diff line change 1717 * under the License.
1818 */
1919
20- export interface Arguments {
21- openLinksInNewTab : boolean ;
22- }
23-
2420export interface CustomFormFilterAccountsVisParams {
2521 filterCounter : number ;
2622 age : number ;
You can’t perform that action at this time.
0 commit comments