mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Make currentPage a required param for sendFeedback
This commit is contained in:
@@ -18,10 +18,10 @@
|
||||
await feedback.submitFeedback(
|
||||
`feedback-${$feedback.type}`,
|
||||
$feedbackData.message,
|
||||
$page.url.href,
|
||||
$user.name,
|
||||
$user.email,
|
||||
$organization.billingPlan,
|
||||
$page.url.href,
|
||||
$feedbackData.value
|
||||
);
|
||||
addNotification({
|
||||
|
||||
Reference in New Issue
Block a user