mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 23:00:34 +00:00
fix: estimate floating action.
This commit is contained in:
@@ -102,11 +102,11 @@ export default function EstimateFloatingActions({
|
|||||||
content={
|
content={
|
||||||
<Menu>
|
<Menu>
|
||||||
<MenuItem
|
<MenuItem
|
||||||
text={<T id={'publish_and_new'} />}
|
text={<T id={'deliver_and_new'} />}
|
||||||
onClick={handleSubmitDeliverAndNewBtnClick}
|
onClick={handleSubmitDeliverAndNewBtnClick}
|
||||||
/>
|
/>
|
||||||
<MenuItem
|
<MenuItem
|
||||||
text={<T id={'publish_continue_editing'} />}
|
text={<T id={'deliver_continue_editing'} />}
|
||||||
onClick={handleSubmitDeliverContinueEditingBtnClick}
|
onClick={handleSubmitDeliverContinueEditingBtnClick}
|
||||||
/>
|
/>
|
||||||
</Menu>
|
</Menu>
|
||||||
|
|||||||
Reference in New Issue
Block a user