mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
feat: style preferences general section.
This commit is contained in:
@@ -31,6 +31,7 @@ function GeneralPreferences({
|
||||
});
|
||||
|
||||
return (
|
||||
<div class="preferences__inside-content preferences__inside-content--general">
|
||||
<form onSubmit={formik.handleSubmit}>
|
||||
<FormGroup
|
||||
label={'Organization Name'}
|
||||
@@ -62,6 +63,7 @@ function GeneralPreferences({
|
||||
|
||||
<Button intent={Intent.PRIMARY} type="submit">{ 'Save' }</Button>
|
||||
</form>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user