mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-17 09:06:26 +00:00
Fix incorrect error message
This commit is contained in:
parent
0819f72b1b
commit
243ae32187
@ -95,7 +95,7 @@ void List::verify_valid_row(size_t row_ndx, bool insertion)
|
||||
void List::verify_attached()
|
||||
{
|
||||
if (!m_link_view->is_attached()) {
|
||||
throw std::runtime_error("Tableview is not attached");
|
||||
throw std::runtime_error("LinkView is not attached");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user