-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: we're not allow to change tagtype if it is a checkbox (#224)
* fix: we're not allowing change tagtype if it is a checkbox * refactoring: deletes console.log * refactoring: delets comment * + not allow to change tag type to "checkbox" * refactoring: deletes extra brackets * fix: let -> const * fix prev review issues + added warning toast * fix: failing pipeline test * refactoring * refactor: spelling "service" * refactor: switching to is empty(temporary), disabling options instead of removing, updates state on change * refactor: renaming fix test on pipelines * refactor: now with documentCount * style: deletes empty line * refactor: delete 'isEmpty' * style: fix variable to camelcase * refactor * refactor: switching tag types to enum * refactor: switch statement * Stew ro/check tag type and region catagory compatibility (#241) * refactor: check tag type and region catagory compatibility * refactor and spelling Co-authored-by: alex-krasn <v-alexkr@microsoft.com> * feature: no more than one checkbox per tag * refactor: add compatibilty method and refactor * refactor * spelling * style: missing trailing comma * refactor: isCompatible Co-authored-by: stew-ro <60453211+stew-ro@users.noreply.github.com> Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
- Loading branch information
1 parent
9826ca8
commit d8823a3
Showing
7 changed files
with
75 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters