mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
feat: remove SET_DASHBOARD_REQUEST_LOADING reducer.
feat: fix dropdown filter. feat: fix fetch resource data.
This commit is contained in:
9
client/src/components/Forms/InputPrepend.js
Normal file
9
client/src/components/Forms/InputPrepend.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
|
||||
export default function InputPrepend({ children }) {
|
||||
return (
|
||||
<div class="input-prepend">
|
||||
{ children }
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user