Skip to content

Commit

Permalink
fix:事件动作-变量赋值交互问题
Browse files Browse the repository at this point in the history
  • Loading branch information
hsm-lv committed Jan 30, 2024
1 parent 4314e1d commit 3f72acb
Show file tree
Hide file tree
Showing 2 changed files with 316 additions and 363 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
*/

import {RendererProps, Schema} from 'amis-core';
import {defaultValue, RendererPluginAction} from 'amis-editor-core';
import {RendererPluginAction} from 'amis-editor-core';
import React from 'react';
import cx from 'classnames';
import {COMMON_ACTION_SCHEMA_MAP, renderCmptActionSelect} from './helper';
import {Button} from 'amis';

export default class ActionConfigPanel extends React.Component<RendererProps> {
render() {
Expand Down
Loading

0 comments on commit 3f72acb

Please sign in to comment.