parent
6d39c5336a
commit
4f4c850766
1 changed files with 13 additions and 13 deletions
|
@ -307,20 +307,20 @@ export const GroupPickerDialog = ({
|
||||||
</DataListItemRow>
|
</DataListItemRow>
|
||||||
</DataListItem>
|
</DataListItem>
|
||||||
))}
|
))}
|
||||||
{groups.length === 0 && !isSearching && (
|
|
||||||
<ListEmptyState
|
|
||||||
hasIcon={false}
|
|
||||||
message={t("groups:moveGroupEmpty")}
|
|
||||||
instructions={t("groups:moveGroupEmptyInstructions")}
|
|
||||||
/>
|
|
||||||
)}
|
|
||||||
{groups.length === 0 && isSearching && (
|
|
||||||
<ListEmptyState
|
|
||||||
message={t("common:noSearchResults")}
|
|
||||||
instructions={t("common:noSearchResultsInstructions")}
|
|
||||||
/>
|
|
||||||
)}
|
|
||||||
</DataList>
|
</DataList>
|
||||||
|
{groups.length === 0 && !isSearching && (
|
||||||
|
<ListEmptyState
|
||||||
|
hasIcon={false}
|
||||||
|
message={t("groups:moveGroupEmpty")}
|
||||||
|
instructions={t("groups:moveGroupEmptyInstructions")}
|
||||||
|
/>
|
||||||
|
)}
|
||||||
|
{groups.length === 0 && isSearching && (
|
||||||
|
<ListEmptyState
|
||||||
|
message={t("common:noSearchResults")}
|
||||||
|
instructions={t("common:noSearchResultsInstructions")}
|
||||||
|
/>
|
||||||
|
)}
|
||||||
</PaginatingTableToolbar>
|
</PaginatingTableToolbar>
|
||||||
</Modal>
|
</Modal>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue