style: selector max tag count
This commit is contained in:
@@ -589,7 +589,7 @@ const GPUServiceInstanceForm: React.FC<InstanceFormProps> = forwardRef(
|
||||
required
|
||||
disabled={disabled}
|
||||
mode="multiple"
|
||||
maxTagCount={1}
|
||||
maxTagCount={'responsive'}
|
||||
label={intl.formatMessage({
|
||||
id: 'gpuservice.instance.ssh.assignKey'
|
||||
})}
|
||||
|
||||
@@ -35,9 +35,6 @@ const GPUService: React.FC = () => {
|
||||
const setClusterSession = useSetAtom(clusterSessionAtom);
|
||||
const [, modalContextHolder] = Modal.useModal();
|
||||
|
||||
// Empty-state CTA: send the user to the cluster-create flow with
|
||||
// Kubernetes preselected so the GPU Service feature is reachable
|
||||
// in one step instead of having to pick the provider themselves.
|
||||
const handleAddK8sCluster = () => {
|
||||
setClusterSession({
|
||||
firstAddWorker: false,
|
||||
|
||||
Reference in New Issue
Block a user