Skip to content

Commit

Permalink
Restore missing global variable configDict
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Oct 9, 2023
1 parent 68b9069 commit 30733fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions binderhub/static/js/src/repo.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { BASE_URL } from "./constants";

let configDict = {};

function setLabels() {
const provider = $("#provider_prefix").val();
const text = configDict[provider]["text"];
Expand Down

0 comments on commit 30733fe

Please sign in to comment.