removes erroneous $ (#26257)

This commit is contained in:
Kamal Galrani
2020-07-13 09:35:40 +03:00
committed by GitHub
parent f4b6abb05e
commit c136f7da39
+1 -1
View File
@@ -40,7 +40,7 @@ export const AdminOrgsTable: FC<Props> = ({ orgs, onDelete }) => {
title="Delete"
body={
<div>
Are you sure you want to delete `${deleteOrg.name}`?
Are you sure you want to delete '{deleteOrg.name}'?
<br /> <small>All dashboards for this organization will be removed!</small>
</div>
}