Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentMr committed Dec 3, 2024
1 parent ebf30d4 commit e4ef726
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { useBoard } from "~/providers/BoardProvider";
import { useCanEditDocumentQuery } from "~/services/api/magnetoWorkspace.service";

export const CardContentFile: FC<CardContentFileProps> = ({ card }) => {
const { documents, displayModals, hasEditRights } = useBoard();
const { documents, displayModals, hasEditRights, behaviours } = useBoard();

const cardDocument = documents.find((doc) => doc._id === card.resourceId);
const extensionText = useFileExtensionDescription(card.metadata.extension);
Expand Down

0 comments on commit e4ef726

Please sign in to comment.