Fine0830 commented on code in PR #407:
URL: 
https://github.com/apache/skywalking-booster-ui/pull/407#discussion_r1699316712


##########
src/views/dashboard/related/profile/components/data.ts:
##########
@@ -14,10 +14,14 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-export const ProfileMode: any[] = [
+export const ProfileDataMode: any[] = [

Review Comment:
   ```suggestion
   export const ProfileDataMode = [......] as const
   ```



##########
src/views/dashboard/related/profile/components/data.ts:
##########
@@ -14,10 +14,14 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-export const ProfileMode: any[] = [
+export const ProfileDataMode: any[] = [
   { label: "Include Children", value: "include" },
   { label: "Exclude Children", value: "exclude" },
 ];
+export const ProfileDisplayMode: any[] = [

Review Comment:
   Please also change it



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to