fix: changed the button text to new when no apps are present in workspace (#27392)

This commit is contained in:
Aman Agarwal 2023-09-18 18:32:27 +05:30 committed by GitHub
parent 792b46f2da
commit c6a666db45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,7 @@ function ApplicationCardList({
size="md" size="md"
startIcon={"plus"} startIcon={"plus"}
> >
New Application New
</Button> </Button>
)} )}
</NoAppsFound> </NoAppsFound>