Fix access rule edit name display for the default prefix (#1404)

This commit is contained in:
Prakash Senthil Vel
2022-01-17 19:20:39 +00:00
committed by GitHub
parent 158c231858
commit 67574ff92e

View File

@@ -95,7 +95,7 @@ const EditAccessRule = ({
<React.Fragment>
<ModalWrapper
modalOpen={modalOpen}
title={`Edit Access Rule for ${toEdit}`}
title={`Edit Access Rule for ${`${bucket}/${toEdit || ""}`}`}
onClose={onClose}
titleIcon={<AddAccessRuleIcon />}
>