Skip to content

Commit

Permalink
client: Fix error in toast due to missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Nov 2, 2024
1 parent e72eb5f commit 45ccc75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/public/app/services/clipboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import toastService from "./toast.js";
import froca from "./froca.js";
import linkService from "./link.js";
import utils from "./utils.js";
import { t } from "./i18n.js";

let clipboardBranchIds = [];
let clipboardMode = null;
Expand Down

0 comments on commit 45ccc75

Please sign in to comment.