fix
This commit is contained in:
BIN
app/.DS_Store
vendored
BIN
app/.DS_Store
vendored
Binary file not shown.
@@ -252,6 +252,24 @@ const UpdateDailyTemplateRoute = () => {
|
|||||||
setNewCustomerList={setNewCustomerList}
|
setNewCustomerList={setNewCustomerList}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
<div className="app-main-content-fields-section">
|
||||||
|
<div className="mt-4">
|
||||||
|
<button
|
||||||
|
className="btn btn-primary me-2"
|
||||||
|
onClick={updateCurrentRoute}
|
||||||
|
disabled={saving}
|
||||||
|
>
|
||||||
|
{saving ? <><Spinner size="sm" className="me-2" />Saving...</> : 'Save Changes'}
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
className="btn btn-secondary me-2"
|
||||||
|
onClick={goBack}
|
||||||
|
disabled={saving}
|
||||||
|
>
|
||||||
|
Cancel
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</Tab>
|
</Tab>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user