Commit
•
f335346
1
Parent(s):
1f086ac
Update share_btn.py
Browse files- share_btn.py +1 -0
share_btn.py
CHANGED
@@ -65,6 +65,7 @@ ${inputPrompt}
|
|
65 |
`;
|
66 |
const params = new URLSearchParams({
|
67 |
title: inputPrompt,
|
|
|
68 |
preview: true
|
69 |
});
|
70 |
const paramsStr = params.toString();
|
|
|
65 |
`;
|
66 |
const params = new URLSearchParams({
|
67 |
title: inputPrompt,
|
68 |
+
description: descriptionMd,
|
69 |
preview: true
|
70 |
});
|
71 |
const paramsStr = params.toString();
|