fix custom filter value example broken

This commit is contained in:
AllenFang
2018-08-01 20:14:33 +08:00
parent 216bc10142
commit 4f6809de84
2 changed files with 10 additions and 2 deletions
@@ -3,9 +3,9 @@ import React from 'react';
import BootstrapTable from 'react-bootstrap-table-next';
import filterFactory, { textFilter } from 'react-bootstrap-table2-filter';
import Code from 'components/common/code-block';
import { jobsGenerator } from 'utils/common';
import { jobsGenerator1 } from 'utils/common';
const jobs = jobsGenerator(5);
const jobs = jobsGenerator1(5);
const owners = ['Allen', 'Bob', 'Cat'];
const types = ['Cloud Service', 'Message Service', 'Add Service', 'Edit Service', 'Money'];