Skip to content

Commit 502c29a

Browse files
committed
restore ruleReturn
1 parent f268b93 commit 502c29a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/playground/src/dashboard/components/public_config.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ import { isEqual } from "lodash";
168168
import { default as PrivateIp } from "private-ip";
169169
import { onMounted, ref, watch } from "vue";
170170
171+
import type { RuleReturn } from "@/components/input_validator.vue";
171172
import { useFormRef } from "@/hooks/form_validator";
172173
import { useGrid } from "@/stores";
173174
import { createCustomToast, ToastType } from "@/utils/custom_toast";

0 commit comments

Comments
 (0)