条件付き書式アクションを追加する
This commit is contained in:
@@ -216,7 +216,7 @@ const onSaveActionProps=(props:IActionProperty[])=>{
|
||||
$q.notify({
|
||||
type: 'positive',
|
||||
caption: "通知",
|
||||
message: `${store.activeNode?.subTitle}の属性設定を更新しました。`
|
||||
message: `${store.activeNode?.subTitle}の属性を設定しました。(保存はされていません)`
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user