diff options
Diffstat (limited to 'actions/src/remote_actions/sheet_manage/drop_sheet.rs')
| -rw-r--r-- | actions/src/remote_actions/sheet_manage/drop_sheet.rs | 2 |
1 files changed, 1 insertions, 1 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::{ |
