diff --git a/.changeset/fix_pmp_id_handling.md b/.changeset/fix_pmp_id_handling.md new file mode 100644 index 000000000..77dac71f5 --- /dev/null +++ b/.changeset/fix_pmp_id_handling.md @@ -0,0 +1,5 @@ +--- +default: patch +--- + +fix id handling and id generation for Personas diff --git a/src/app/features/settings/Persona/PerMessageProfileOverview.tsx b/src/app/features/settings/Persona/PerMessageProfileOverview.tsx index 6ed0dcef0..7a3ba574a 100644 --- a/src/app/features/settings/Persona/PerMessageProfileOverview.tsx +++ b/src/app/features/settings/Persona/PerMessageProfileOverview.tsx @@ -6,6 +6,7 @@ import { } from '$hooks/usePerMessageProfile'; import { useEffect, useState } from 'react'; import { Box, Button, Text } from 'folds'; +import { generateShortId } from '$utils/shortIdGen'; import { PerMessageProfileEditor } from './PerMessageProfileEditor'; /** @@ -36,7 +37,7 @@ export function PerMessageProfileOverview() {