Skip to content

Commit d4e446b

Browse files
author
Jovert Lota Palonpon
committed
wip
1 parent ce6e9df commit d4e446b

File tree

1 file changed

+1
-1
lines changed
  • resources/js/views/__backoffice/users

1 file changed

+1
-1
lines changed

resources/js/views/__backoffice/users/List.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ class List extends Component {
349349
render() {
350350
const { ...childProps } = this.props;
351351

352-
const { pageProps } = this.props;
352+
const { history, pageProps } = this.props;
353353
const { user: authUser } = pageProps;
354354

355355
const { loading, sorting, filters, message, alert } = this.state;

0 commit comments

Comments
 (0)