File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
custom_admin/src/components/invitation-letter-document-builder Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ export const InvitationLetterBuilder = () => {
6565 </ Box >
6666
6767 < Box height = "var(--space-3)" />
68- < Box position = "sticky" bottom = "0" p = "3" className = "bg-white border-t-2 " >
68+ < Box position = "sticky" bottom = "0" p = "3" className = "bg-white" >
6969 < Button onClick = { saveChanges } loading = { isSaving } >
7070 Save changes
7171 </ Button >
Original file line number Diff line number Diff line change 1818 "default" : {
1919 "BACKEND" : "pycon.storages.CustomInMemoryStorage" ,
2020 },
21+ "private" : {
22+ "BACKEND" : "pycon.storages.CustomInMemoryStorage" ,
23+ },
2124 "localstorage" : {
2225 "BACKEND" : "pycon.storages.CustomInMemoryStorage" ,
2326 },
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments