Skip to content

Commit c606eb6

Browse files
radimvaculikf3l1x
authored andcommitted
Fix: Add missing imports to confirm plugin for TypeScript build
1 parent f4445c3 commit c606eb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

assets/plugins/features/confirm.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
*/
55
import { Datagrid } from "../../datagrid";
66
import { DatagridPlugin } from "../../types";
7+
import * as bootstrap from "bootstrap";
8+
import naja from "naja";
79

810
interface NajaInteractDetail {
911
method: string;

0 commit comments

Comments
 (0)