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


##########
src/views/dashboard/related/async-profiling/components/NewTask.vue:
##########
@@ -25,12 +25,25 @@ limitations under the License. -->
         :options="asyncProfilingStore.instances"
         placeholder="Select instances"
         @change="changeInstances"
-        :filterable="false"
+        :filterable="true"
       />
     </div>
     <div>
       <div class="label">{{ t("duration") }}</div>
       <Radio class="mb-5" :value="duration" :options="DurationOptions" 
@change="changeDuration" />
+      <div v-if="duration === 'custom'" class="custom-duration">
+        <div class="label">{{ t("customDuration") }} ({{ t("seconds") }})</div>

Review Comment:
   Please fix this. 



-- 
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