We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
handleModalViewSubmit.ts
1 parent e8cc6ea commit dc7f631Copy full SHA for dc7f631
ai-assistant/src/utils/handleModalViewSubmit.ts
@@ -14,16 +14,11 @@ import {
14
IMPROVE_COMMAND_MODAL,
15
improveModalSubmitHandler,
16
} from "../modals/improveModal";
17
-import {
18
- STYLEGUIDE_COMMAND_MODAL,
19
- styleguideModalSubmitHandler,
20
-} from "../modals/styleguideModal";
21
import { getUIData } from "./persistenceHandlers";
22
23
const MODALS: Record<string, any> = {
24
[IMPROVE_COMMAND_MODAL]: improveModalSubmitHandler,
25
[FIND_SIMILAR_COMMAND_MODAL]: findSimilarModalSubmitHandler,
26
- [STYLEGUIDE_COMMAND_MODAL]: styleguideModalSubmitHandler,
27
};
28
29
export async function handleModalViewSubmit(
0 commit comments