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}
|
||||
/>
|
||||
</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>
|
||||
</Tabs>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user