Skip to content

Commit 3edfd60

Browse files
committed
impr: handle mongodb errors, fix user validation (@fehmer)
1 parent e5ae18e commit 3edfd60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/ts/modals/edit-tag.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import Ape from "../ape";
22
import * as DB from "../db";
3+
import { IsValidResponse } from "../elements/input-validation";
34
import * as Settings from "../pages/settings";
45
import AnimatedModal, { ShowOptions } from "../utils/animated-modal";
56
import { SimpleModal, TextInput } from "../utils/simple-modal";

0 commit comments

Comments
 (0)