Skip to content

Commit

Permalink
fixed example demo link correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
madeinfree committed Apr 12, 2016
1 parent da24010 commit d652e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/js/advance/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Demo extends React.Component {
<ValidatorTable/>
</Panel>
<Panel header={ 'Data Validator Example(Job Name length must great 10 char) and row can use the notifier.' }>
{ renderLinks('advance/validator-table.js') }
{ renderLinks('advance/validator-row-notifier-table.js') }
<ValidatorRowNotifierTable/>
</Panel>
</Col>
Expand Down

0 comments on commit d652e63

Please sign in to comment.