Skip to content

Commit

Permalink
feat(admin-ui): add search component to scripts page under admin #436
Browse files Browse the repository at this point in the history
  • Loading branch information
syntrydy committed Sep 15, 2022
1 parent 00bb257 commit 4e2dcb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ function ScriptListTable({ scripts, loading, dispatch, permissions }) {
title=""
actions={myActions}
options={{
search: false,
search: true,
searchFieldAlignment: 'left',
selection: false,
pageSize: pageSize,
Expand Down

0 comments on commit 4e2dcb2

Please sign in to comment.