Skip to content

Commit

Permalink
Merge pull request #3780 from gillesdemey/master
Browse files Browse the repository at this point in the history
fix incorrect code documentation
  • Loading branch information
Kmaschta authored Oct 7, 2019
2 parents 2d7d896 + a21151b commit b68ba4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ra-core/src/sideEffect/refresh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { refreshView } from '../actions/uiActions';
export type RefreshSideEffect = boolean;

/**
* Redirection Side Effects
* Refresh Side Effects
*/
function* handleRefresh() {
yield put(refreshView());
Expand Down

0 comments on commit b68ba4d

Please sign in to comment.