Skip to content

Commit d689206

Browse files
committed
Fix missing persistence
1 parent c5be31f commit d689206

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/dash-core-components/src/components/Checklist.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,8 @@ export default function Checklist({
6161
</LoadingElement>
6262
);
6363
}
64+
65+
Checklist.dashPersistence = {
66+
persisted_props: [PersistedProps.value],
67+
persistence_type: PersistenceTypes.local,
68+
};

0 commit comments

Comments
 (0)