Skip to content

Commit b6b0b02

Browse files
authored
ENG-3888: up list cap on experiences property select dropdown (#8276)
1 parent 05bc766 commit b6b0b02

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
type: Fixed
2+
description: Fixed the Properties picker in the Privacy Experience editor only showing the first 50 properties
3+
pr: 8276
4+
labels: []

clients/admin-ui/src/features/properties/property.slice.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export interface State {
1111

1212
const initialState: State = {
1313
page: 1,
14-
pageSize: 50,
14+
pageSize: 300,
1515
};
1616

1717
interface PropertyParams {

0 commit comments

Comments
 (0)