mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 01:49:39 +02:00
ref functions
This commit is contained in:
parent
a167cb8ace
commit
7144854e39
1 changed files with 3 additions and 3 deletions
|
@ -187,7 +187,7 @@ create_column_server <- function(id,
|
|||
if (input$new_column == "") {
|
||||
rv$feedback <- shinyWidgets::alert(
|
||||
status = "warning",
|
||||
ph("warning"), datamods::i18n("New column name cannot be empty")
|
||||
phosphoricons::ph("warning"), datamods::i18n("New column name cannot be empty")
|
||||
)
|
||||
}
|
||||
})
|
||||
|
@ -351,7 +351,7 @@ try_compute_column <- function(expression,
|
|||
)
|
||||
shinyWidgets::alert(
|
||||
status = "success",
|
||||
ph("check"), datamods::i18n("Column added!")
|
||||
phosphoricons::ph("check"), datamods::i18n("Column added!")
|
||||
)
|
||||
}
|
||||
|
||||
|
@ -374,7 +374,7 @@ extract_calls <- function(exp) {
|
|||
alert_error <- function(text) {
|
||||
alert(
|
||||
status = "danger",
|
||||
ph("bug"), text
|
||||
phosphoricons::ph("bug"), text
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue