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)}>
|
||||
Reset
|
||||
</Button>
|
||||
<div className="flex justify-end pt-2.5">
|
||||
<div className="flex justify-end">
|
||||
<Button
|
||||
className={`btn btn-primary ${isSubmitting ? 'opacity-70 cursor-not-allowed' : ''}`}
|
||||
type="submit"
|
||||
|
||||
Reference in New Issue
Block a user