🐛 fix: Update getUserSubscribe function to accept short and token parameters for improved URL generation
This commit is contained in:
@@ -251,7 +251,7 @@ function RowMoreActions({
|
||||
onSelect={async (e) => {
|
||||
e.preventDefault();
|
||||
await navigator.clipboard.writeText(
|
||||
getUserSubscribeUrls(token)[0] || ""
|
||||
getUserSubscribeUrls(row.short, token)[0] || ""
|
||||
);
|
||||
toast.success(t("copySuccess", "Copied successfully"));
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user