microboard-ui-temp 0.1.68 → 0.1.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -448710,7 +448710,7 @@ function createApp(isHistory = true) {
|
|
|
448710
448710
|
async function openBoard(id3, accessKey) {
|
|
448711
448711
|
if (id3 === "welcome") {
|
|
448712
448712
|
const welcomeBoard = new Board("welcome");
|
|
448713
|
-
pasteWelcomeBoardData(
|
|
448713
|
+
pasteWelcomeBoardData(welcomeBoard, conf.i18n.language);
|
|
448714
448714
|
subscriptions.setBoard(welcomeBoard);
|
|
448715
448715
|
boardSubject.publish(welcomeBoard);
|
|
448716
448716
|
board = welcomeBoard;
|