Commit c136f7da by Kamal Galrani Committed by GitHub

removes erroneous $ (#26257)

parent f4b6abb0
......@@ -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>
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment