default
Variable: default
const
default:React.FC
<InterfaceFundModal
>
Defined in: src/screens/OrganizationFunds/modal/FundModal.tsx:69
FundModal
component provides a modal dialog for creating or editing a fund.
It allows users to input fund details and submit them to the server.
This component handles both the creation of new funds and the editing of existing funds,
based on the mode
prop. It displays a form with fields for the fund's name, description,
and other relevant details. Upon submission, it interacts with the GraphQL API to save
or update the fund details and triggers a refetch of the fund data.