Handles interactions with the empty state component, primarily navigation to modUpload when the "Upload Artwork" button is clicked.

emptyStateServer(id, r = NULL)

Arguments

id

Module ID (must match parent module ID)

r

Reactive values object for parent communication

Value

None (server function)

Examples

if (FALSE) { # \dontrun{
emptyStateServer("profile", r)
} # }