Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raheeliftikhar5 committed Jul 3, 2024
1 parent 086334c commit f107746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/packages/lowcoder/src/comps/comps/textComp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ import { PaddingControl } from "../controls/paddingControl";
import React, { useContext, useEffect } from "react";
import { EditorContext } from "comps/editorState";
import { clickEvent, eventHandlerControl } from "../controls/eventHandlerControl";
import { useMergeCompStyles } from "@lowcoder-ee/util/hooks";

const EventOptions = [clickEvent] as const;
import { useMergeCompStyles } from "@lowcoder-ee/util/hooks";

const getStyle = (style: TextStyleType) => {
return css`
Expand Down

0 comments on commit f107746

Please sign in to comment.