Skip to content

Commit 3c5c44e

Browse files
roagascttcper
andauthored
Update static/gsApp/views/seerAutomation/seerAutomationProjectList.tsx
Co-authored-by: Scott Cooper <scttcper@gmail.com>
1 parent f7d5090 commit 3c5c44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/gsApp/views/seerAutomation/seerAutomationProjectList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export function SeerAutomationProjectList() {
6060
const api = useApi();
6161
const {projects, fetching, fetchError, reloadProjects} = useProjects();
6262
const [page, setPage] = useState(1);
63-
const [selected, setSelected] = useState<Set<string>>(new Set());
63+
const [selected, setSelected] = useState<Set<string>>(() => new Set());
6464

6565
if (fetching) {
6666
return <LoadingIndicator />;

0 commit comments

Comments
 (0)