We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 226a90b commit de19b6fCopy full SHA for de19b6f
web-app/src/screens/Console/Configurations/TiersConfiguration/AddTierConfiguration.tsx
@@ -202,9 +202,6 @@ const AddTierConfiguration = () => {
202
if (bucket === "") {
203
valid = false;
204
}
205
- if (prefix === "") {
206
- valid = false;
207
- }
208
if (region === "" && type !== "minio") {
209
210
@@ -445,7 +442,6 @@ const AddTierConfiguration = () => {
445
442
onChange={(e: React.ChangeEvent<HTMLInputElement>) => {
446
443
setPrefix(e.target.value);
447
444
}}
448
- required
449
/>
450
<RegionSelectWrapper
451
onChange={(value) => {
0 commit comments