fix placement of add button on notification
This commit is contained in:
@ -371,7 +371,7 @@ const AddDialog = () => {
|
|||||||
<Button type="reset" variant="outline" onClick={() => setFormField(initialState)}>
|
<Button type="reset" variant="outline" onClick={() => setFormField(initialState)}>
|
||||||
Reset
|
Reset
|
||||||
</Button>
|
</Button>
|
||||||
<div className="flex justify-end pt-2.5">
|
<div className="flex justify-end">
|
||||||
<Button
|
<Button
|
||||||
className={`btn btn-primary ${isSubmitting ? 'opacity-70 cursor-not-allowed' : ''}`}
|
className={`btn btn-primary ${isSubmitting ? 'opacity-70 cursor-not-allowed' : ''}`}
|
||||||
type="submit"
|
type="submit"
|
||||||
|
|||||||
Reference in New Issue
Block a user