[partition] Fix invalid variable name

This commit is contained in:
waneon 2021-08-27 19:18:09 -04:00
parent 46ca4d93e7
commit 4bf3afac48

View File

@ -183,8 +183,8 @@ PartitionPage::updateButtons()
if ( device->type() == Device::Type::SoftwareRAID_Device
&& static_cast< SoftwareRAID* >( device )->status() == SoftwareRAID::Status::Inactive )
{
createTable = false;
create = false;
allow_create_table = false;
allow_create = false;
}
#endif
}