summaryrefslogtreecommitdiff
path: root/actions/src/remote_actions/sheet_manage
diff options
context:
space:
mode:
Diffstat (limited to 'actions/src/remote_actions/sheet_manage')
-rw-r--r--actions/src/remote_actions/sheet_manage/drop_sheet.rs2
-rw-r--r--actions/src/remote_actions/sheet_manage/make_sheet.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/actions/src/remote_actions/sheet_manage/drop_sheet.rs b/actions/src/remote_actions/sheet_manage/drop_sheet.rs
index 0dcd790..e21f3dd 100644
--- a/actions/src/remote_actions/sheet_manage/drop_sheet.rs
+++ b/actions/src/remote_actions/sheet_manage/drop_sheet.rs
@@ -3,7 +3,7 @@ use std::io::ErrorKind;
use action_system::{action::ActionContext, macros::action_gen};
use serde::{Deserialize, Serialize};
use tcp_connection::error::TcpTargetError;
-use vcs_data::data::{local::vault_modified::sign_vault_modified, sheet::SheetName};
+use vcs_data::data::{local::modified_status::sign_vault_modified, sheet::SheetName};
use crate::{
remote_actions::{
diff --git a/actions/src/remote_actions/sheet_manage/make_sheet.rs b/actions/src/remote_actions/sheet_manage/make_sheet.rs
index ac5e140..a323413 100644
--- a/actions/src/remote_actions/sheet_manage/make_sheet.rs
+++ b/actions/src/remote_actions/sheet_manage/make_sheet.rs
@@ -3,7 +3,7 @@ use serde::{Deserialize, Serialize};
use tcp_connection::error::TcpTargetError;
use vcs_data::{
constants::VAULT_HOST_NAME,
- data::{local::vault_modified::sign_vault_modified, sheet::SheetName},
+ data::{local::modified_status::sign_vault_modified, sheet::SheetName},
};
use crate::{