@apolitical/component-library 2.1.6 → 2.1.7-4126.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/index.mjs +2 -2
- package/package.json +1 -1
- package/style.css +1 -1
package/index.mjs
CHANGED
|
@@ -8446,13 +8446,13 @@ const xe = "discussion_form_", dr = ({
|
|
|
8446
8446
|
break;
|
|
8447
8447
|
case "response":
|
|
8448
8448
|
O = await u.create(
|
|
8449
|
-
{
|
|
8449
|
+
{ questionSlug: t.slugs.question },
|
|
8450
8450
|
{ body: m, authorId: d && d.id, contentPath: S }
|
|
8451
8451
|
);
|
|
8452
8452
|
break;
|
|
8453
8453
|
case "reply":
|
|
8454
8454
|
O = await u.create(
|
|
8455
|
-
{
|
|
8455
|
+
{ questionSlug: t.slugs.question, answerSlug: t.slugs.answer },
|
|
8456
8456
|
{ body: m, authorId: d && d.id, contentPath: S }
|
|
8457
8457
|
);
|
|
8458
8458
|
break;
|