Skip to content

Commit

Permalink
docs: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yehuozhili committed Jul 6, 2020
1 parent f5f9265 commit 8fdf97e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/components/Table/table.example.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ import React, { useState } from "react";
import Table, { SourceDataType } from "./table";
import Button from "../Button";
import CheckBox from "../CheckBox";
import InputNumber from "../InputNumber";
import Popconfirm from "../Popconfirm";
import { stat } from "fs";

export const columns = [
{
Expand Down Expand Up @@ -165,7 +163,6 @@ function TableCheckbox() {
{
title: (
<div>
<div>全选</div>
<CheckBox
data={[""]}
parentState={
Expand Down
1 change: 0 additions & 1 deletion src/components/Table/table.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ function TableCheckbox() {
{
title: (
<div>
<div>全选</div>
<CheckBox
data={[""]}
parentState={
Expand Down

0 comments on commit 8fdf97e

Please sign in to comment.