Update app.R
Browse files
app.R
CHANGED
@@ -106,7 +106,7 @@ ui <- dashboardPage(
|
|
106 |
if (navigator.share) {
|
107 |
navigator.share({
|
108 |
title: pageTitle,
|
109 |
-
text: '
|
110 |
url: currentURL
|
111 |
})
|
112 |
.catch((error) => {
|
|
|
106 |
if (navigator.share) {
|
107 |
navigator.share({
|
108 |
title: pageTitle,
|
109 |
+
text: '',
|
110 |
url: currentURL
|
111 |
})
|
112 |
.catch((error) => {
|