Skip to content

Commit

Permalink
update: copies as attributes are now editable.
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzNotABug committed Oct 3, 2024
1 parent e2b27da commit 5cd5d02
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,6 @@
required={editing} />
</li>
</ul>

<div class="u-flex u-gap-4 u-margin-block-start-8 u-small">
<span
class="icon-info u-cross-center u-margin-block-start-2 u-line-height-1 u-icon-small"
aria-hidden="true" />
<span class="text u-line-height-1-5">
Once created, attribute range cannot be adjusted to maintain data integrity.
</span>
</div>
</div>
<InputNumber
id="default"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,6 @@
required={editing} />
</li>
</ul>

<div class="u-flex u-gap-4 u-margin-block-start-8 u-small">
<span
class="icon-info u-cross-center u-margin-block-start-2 u-line-height-1 u-icon-small"
aria-hidden="true" />
<span class="text u-line-height-1-5">
Once created, attribute range cannot be adjusted to maintain data integrity.
</span>
</div>
</div>
<InputNumber
id="default"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,15 +182,6 @@
</output>
</svelte:fragment>
</InputSelectSearch>

<div class="u-flex u-gap-4 u-margin-block-start-8 u-small">
<span
class="icon-info u-cross-center u-margin-block-start-2 u-line-height-1 u-icon-small"
aria-hidden="true" />
<span class="text u-line-height-1-5">
Once created, related collection cannot be adjusted to maintain data integrity.
</span>
</div>
</div>

{#if data?.relatedCollection}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@
class="icon-info u-cross-center u-margin-block-start-2 u-line-height-1 u-icon-small"
aria-hidden="true" />
<span class="text u-line-height-1-5">
Allowed characters: a-z, A-Z, 0-9, -, . Once created, attribute key cannot
be adjusted to maintain data integrity.
Allowed characters: alphanumeric, hyphen, non-leading underscore, period.
</span>
</div>
</div>
Expand Down

0 comments on commit 5cd5d02

Please sign in to comment.