Merged in feat/sw-1314-transfer-sas-points (pull request #1508)

SW-1314 Transfer SAS points

Approved-by: Linus Flood
This commit is contained in:
Anton Gunnarsson
2025-03-18 10:07:05 +00:00
parent d4fe8baa49
commit d0b6f3f8b3
32 changed files with 1799 additions and 12 deletions

View File

@@ -19,7 +19,7 @@ export type ModalProps = {
| {
trigger?: never
isOpen: boolean
onToggle: Dispatch<SetStateAction<boolean>>
onToggle: (open: boolean) => void
}
)