Skip to content

App crashes after cloning and running locally #8

Description

@lauren-stevens-9

In server.R, I had to add the param names for

shiny.i18n::update_lang(session,input$selected_language)

because they were out of order.
I changed it to

shiny.i18n::update_lang(session = session,
language = input$selected_language)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions