Skip to content

feat: [495] Application Labels#615

Merged
dragos1195 merged 3 commits intodevelopfrom
feat/495-1
Aug 22, 2024
Merged

feat: [495] Application Labels#615
dragos1195 merged 3 commits intodevelopfrom
feat/495-1

Conversation

@dragos1195
Copy link
Copy Markdown
Contributor

No description provided.

@dragos1195 dragos1195 added the enhancement 🚀 New feature or request label Aug 22, 2024
@dragos1195 dragos1195 self-assigned this Aug 22, 2024
@bolt-new-by-stackblitz
Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@dragos1195 dragos1195 linked an issue Aug 22, 2024 that may be closed by this pull request
@@ -72,12 +72,29 @@ const ApplicationForm = ({
const ribbonValidation = (inputValue: string) => {
if (inputValue.length > 30 && !(errors as Record<string, { message: string }>)[AddAppConfig.applicationLabel.key]) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

asta poate sa fie scos intr-o var pentru claritate (errors as Record<string, { message: string }>)[AddAppConfig.applicationLabel.key]

@dragos1195 dragos1195 merged commit 05ca933 into develop Aug 22, 2024
@dragos1195 dragos1195 deleted the feat/495-1 branch August 22, 2024 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement 🚀 New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[SuperAdmin] Implement new labeling system for apps

2 participants