Skip to content

Commit 24843f8

Browse files
adrwsvc-squareup-copybara
authored andcommitted
Fix command for 404 Web Actions v4 tab.
GitOrigin-RevId: 76ab6a4adafbb546f701df638bedc85e59546ad6
1 parent bfd3621 commit 24843f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misk-admin/src/main/kotlin/misk/web/v2/DashboardIFrameTabAction.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ internal class DashboardIFrameTabAction @Inject constructor(
119119
div("container mx-auto p-8") {
120120
AlertError("Failed to load tab: ${dashboardTab.menuCategory} / ${dashboardTab.menuLabel}")
121121
if (iframeTab.iframePath == "/_tab/web-actions-v4/index.html") {
122-
AlertInfo("In local development, this can be from not having your local dev server (ie. Webpack) running or not doing an initial local frontend build to generate the necessary web assets. Try running in your Terminal: \$ gradle :misk:misk-admin:web-actions:buildWebActionsTab.")
122+
AlertInfo("In local development, this can be from not having your local dev server (ie. Webpack) running or not doing an initial local frontend build to generate the necessary web assets. Try running in your Terminal: \$ gradle :misk:misk-admin:buildAndCopyWebActions.")
123123
} else {
124124
AlertInfo("In local development, this can be from not having your local dev server (ie. Webpack) running or not doing an initial local frontend build to generate the necessary web assets. Try running in your Terminal: \$ gradle buildMiskWeb OR \$ misk-web ci-build -e.")
125125
}

0 commit comments

Comments
 (0)