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