Skip to content

Commit

Permalink
RavenDB-22696 Adding sharding prefixes when creating DB: Remove warni…
Browse files Browse the repository at this point in the history
…ng text
  • Loading branch information
Danielle9897 committed Jul 29, 2024
1 parent f67552b commit e6a8aa9
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,6 @@ export default function StepShardingPrefixes() {
<Icon icon="plus" />
Add prefix
</Button>

<div className="d-flex justify-content-center mt-3">
<Alert color="warning">
Sharding prefixes can be defined only when creating a database, and cannot be modified.
<br />
Make sure everything is set up correctly.
</Alert>
</div>
</div>
);
}
Expand Down

0 comments on commit e6a8aa9

Please sign in to comment.