Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
feat: add modalFocusOnMount property to ActionModal fixture
  • Loading branch information
yogeshbhutkar committed Apr 3, 2025
commit 56436aaba182ec2f8b0a421e912f5db797f63fce
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,7 @@ export const actions: Action< SpaceObject >[] = [
isPrimary: true,
icon: trash,
hideModalHeader: true,
modalFocusOnMount: 'firstContentElement',
RenderModal: ( { items, closeModal } ) => {
return (
<VStack spacing="5">
Expand Down
Loading