mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 23:00:34 +00:00
chore: doc comments
This commit is contained in:
@@ -3,7 +3,7 @@ import { PreferencesCreditNotesBoot } from './PreferencesCreditNotesFormBoot';
|
|||||||
import { PreferencesCreditNotesFormPage } from './PreferencesCreditNotesFormPage';
|
import { PreferencesCreditNotesFormPage } from './PreferencesCreditNotesFormPage';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* items preferences.
|
* Credit notes preferences.
|
||||||
*/
|
*/
|
||||||
export function PreferencesCreditNotes() {
|
export function PreferencesCreditNotes() {
|
||||||
return (
|
return (
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ import { useHistory } from 'react-router-dom';
|
|||||||
import { FormattedMessage as T, FFormGroup, FTextArea } from '@/components';
|
import { FormattedMessage as T, FFormGroup, FTextArea } from '@/components';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Preferences estimates form.
|
* Preferences credit notes form.
|
||||||
*/
|
*/
|
||||||
export function PreferencesCreditNotesForm({ isSubmitting }) {
|
export function PreferencesCreditNotesForm({ isSubmitting }) {
|
||||||
const history = useHistory();
|
const history = useHistory();
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ function PreferencesCreditNotesBoot({ ...props }) {
|
|||||||
|
|
||||||
// Provider state.
|
// Provider state.
|
||||||
const provider = {
|
const provider = {
|
||||||
organization: {},
|
isSettingsLoading,
|
||||||
};
|
};
|
||||||
// Detarmines whether if any query is loading.
|
// Detarmines whether if any query is loading.
|
||||||
const isLoading = isSettingsLoading;
|
const isLoading = isSettingsLoading;
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ const defaultValues = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Preferences - .
|
* Preferences estimates form.
|
||||||
*/
|
*/
|
||||||
function PreferencesEstimatesFormPageRoot({
|
function PreferencesEstimatesFormPageRoot({
|
||||||
// #withDashboardActions
|
// #withDashboardActions
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ import { useHistory } from 'react-router-dom';
|
|||||||
import { FormattedMessage as T, FFormGroup, FTextArea } from '@/components';
|
import { FormattedMessage as T, FFormGroup, FTextArea } from '@/components';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Preferences general form.
|
* Invoices preferences form.
|
||||||
*/
|
*/
|
||||||
export function PreferencesInvoicesForm({ isSubmitting }) {
|
export function PreferencesInvoicesForm({ isSubmitting }) {
|
||||||
const history = useHistory();
|
const history = useHistory();
|
||||||
|
|||||||
Reference in New Issue
Block a user