refactor(ui): improve layout and accessibility in various components
- Updated the grid layout in the Home page for better responsiveness. - Adjusted tabIndex handling in MultiSelect component to enhance accessibility. - Added minimum width to the TopChannels table for consistent display. - Refined notification recipient placeholder logic for cleaner code.
This commit is contained in:
@@ -82,9 +82,7 @@ const CreateNotificationForm = () => {
|
||||
label="recipient"
|
||||
items={recipient ?? []}
|
||||
placeholder={
|
||||
recipient && recipient.length > 0
|
||||
? "Choose recipients"
|
||||
: ""
|
||||
recipient && recipient.length > 0 ? "Choose recipients" : ""
|
||||
}
|
||||
name="recipient"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user