Skip to content

Commit

Permalink
Update ActionsMenu.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
minhtuev authored Nov 15, 2024
1 parent a919a62 commit e0e52d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
import React, { useCallback } from "react";
import { getColorByCode } from "../utils";

export const DEFAULT_MAX_INLINE = 1;
const DEFAULT_MAX_INLINE = 1;

export default function ActionsMenu(props: ActionsPropsType) {
const { actions, maxInline = DEFAULT_MAX_INLINE, size } = props;
Expand Down

0 comments on commit e0e52d4

Please sign in to comment.