Skip to content

Commit

Permalink
update value for dialog OI
Browse files Browse the repository at this point in the history
  • Loading branch information
mik-tf committed Feb 17, 2025
1 parent ecf4472 commit 4759339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playground/src/weblets/tf_openwebui.vue
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ watch(
function finalize(deployment: any) {
layout.value.reloadDeploymentsList();
layout.value.setStatus("success", "Successfully deployed an OpenWebUI instance.");
layout.value.openDialog(deployment, deploymentListEnvironments.wordpress);
layout.value.openDialog(deployment, deploymentListEnvironments.openwebui);
}
async function deploy() {
layout.value.setStatus("deploy");
Expand Down

0 comments on commit 4759339

Please sign in to comment.