Skip to content

Commit 38ad28f

Browse files
committed
storage
1 parent 60aeb9d commit 38ad28f

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

backend/custom_admin/src/components/invitation-letter-document-builder/builder.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

backend/pycon/settings/test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"default": {
1919
"BACKEND": "pycon.storages.CustomInMemoryStorage",
2020
},
21+
"private": {
22+
"BACKEND": "pycon.storages.CustomInMemoryStorage",
23+
},
2124
"localstorage": {
2225
"BACKEND": "pycon.storages.CustomInMemoryStorage",
2326
},

backend/visa/views.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)