Skip to content
This repository was archived by the owner on Jan 28, 2020. It is now read-only.

Commit cff7e66

Browse files
committed
reboot table
1 parent f330787 commit cff7e66

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/components/Home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export class HomeComponent extends React.Component<Props, State> {
4040
</SelectComponent>
4141
</div>
4242
<JsonComponent src={this.state.json} onEdit={this.handleJsonEdit}/>
43-
{/*<DynamoTable onItemSelected={this.handleOnItemSelected} onRefresh={this.handleOnRefreshRecords}/>*/}
43+
<DynamoTable onItemSelected={this.handleOnItemSelected} onRefresh={this.handleOnRefreshRecords}/>
4444
</div>
4545
)
4646
}

static/dynamon.png

145 KB
Loading

0 commit comments

Comments
 (0)