Skip to content

Commit

Permalink
Update JobsWidget.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
vladjdk authored Nov 1, 2023
1 parent 3c5a2c1 commit 1d74a4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type PageIndexMap = {
};

export const JobsWidget = (props: JobsWidgetProps) => {
const { className, limit = 50, showExpand } = props;
const { className, limit = 20, showExpand } = props;

const [sort, setSort] = useState<Sort<SortBy>>();
const [queryOpts, setQueryOpts] = useState<warp_controller.QueryJobsMsg>({ job_status: 'Pending' });
Expand Down

0 comments on commit 1d74a4e

Please sign in to comment.